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
+1 -1
View File
@@ -25,7 +25,7 @@
#include <stdio.h>
int ogg_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc);
int ogg_decode(OutputBuffer * cb, DecoderControl * dc);
int getOggTotalTime(char * file);