some more work on organizing code for resampling/audioFormat conversion

git-svn-id: https://svn.musicpd.org/mpd/trunk@968 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-05-10 12:35:18 +00:00
parent cd3180c701
commit 2ec1c5ff3c
17 changed files with 100 additions and 87 deletions

View File

@@ -35,7 +35,6 @@ extern int buffered_chunks;
typedef struct _PlayerData {
OutputBuffer buffer;
AudioFormat audioFormat;
PlayerControl playerControl;
DecoderControl decoderControl;
} PlayerData;