aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp4_decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mp4_decode.h')
-rw-r--r--src/mp4_decode.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mp4_decode.h b/src/mp4_decode.h
index 4028db453..0904dcc28 100644
--- a/src/mp4_decode.h
+++ b/src/mp4_decode.h
@@ -29,12 +29,14 @@
int mp4_getAACTrack(mp4ff_t *infile);
-uint32_t mp4_readCallback(void *user_data, void *buffer, uint32_t length);
-
-uint32_t mp4_seekCallback(void *user_data, uint64_t position);
-
int mp4_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc);
+uint32_t mp4_inputStreamReadCallback(void *inStream, void *buffer,
+ uint32_t length);
+
+uint32_t mp4_inputStreamSeekCallback(void *inStream, uint64_t position);
+
+
#endif /* HAVE_FAAD */
#endif