diff options
Diffstat (limited to 'src/audiofile_decode.h')
-rw-r--r-- | src/audiofile_decode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiofile_decode.h b/src/audiofile_decode.h index 5562b628e..774d58c1b 100644 --- a/src/audiofile_decode.h +++ b/src/audiofile_decode.h @@ -27,7 +27,7 @@ #include "playerData.h" -int audiofile_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc);; +int audiofile_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc); int getAudiofileTotalTime(char * file); |