aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp3_decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mp3_decode.h')
-rw-r--r--src/mp3_decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mp3_decode.h b/src/mp3_decode.h
index e75db0763..06525e8c3 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(Buffer * cb, AudioFormat * af, DecoderControl * dc);
+int mp3_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc);
#endif