aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp4_decode.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mp4_decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mp4_decode.h b/src/mp4_decode.h
index 0904dcc28..8116758db 100644
--- a/src/mp4_decode.h
+++ b/src/mp4_decode.h
@@ -29,7 +29,7 @@
int mp4_getAACTrack(mp4ff_t *infile);
-int mp4_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc);
+int mp4_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc);
uint32_t mp4_inputStreamReadCallback(void *inStream, void *buffer,
uint32_t length);