diff options
Diffstat (limited to 'src/mp4_decode.h')
-rw-r--r-- | src/mp4_decode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mp4_decode.h b/src/mp4_decode.h index 8116758db..31b266f16 100644 --- a/src/mp4_decode.h +++ b/src/mp4_decode.h @@ -29,7 +29,7 @@ int mp4_getAACTrack(mp4ff_t *infile); -int mp4_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc); +int mp4_decode(OutputBuffer * cb, DecoderControl * dc); uint32_t mp4_inputStreamReadCallback(void *inStream, void *buffer, uint32_t length); |