summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 6f05f19b7b..31e6d346a4 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -462,6 +462,9 @@ int amr_init(void);
/* wav.c */
int ff_wav_init(void);
+/* mmf.c */
+int ff_mmf_init(void);
+
/* raw.c */
int pcm_read_seek(AVFormatContext *s,
int stream_index, int64_t timestamp, int flags);