diff options
Diffstat (limited to 'src/mp3_decode.h')
-rw-r--r-- | src/mp3_decode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mp3_decode.h b/src/mp3_decode.h index 06525e8c3..c50df55c1 100644 --- a/src/mp3_decode.h +++ b/src/mp3_decode.h @@ -28,7 +28,7 @@ /* this is primarily used in tag.c */ int getMp3TotalTime(char * file); -int mp3_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc); +int mp3_decode(OutputBuffer * cb, DecoderControl * dc); #endif |