summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorVidar Madsen <vidarino@gmail.com>2005-07-15 12:50:00 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-07-15 12:50:00 +0000
commit93a23627520cd4e1263a6cb98c1b1d291bad9ece (patch)
tree50e252ac641443b9c6adfa16fdcc351eb3e1ab9f /libavformat/avformat.h
parent694eaead0cf9624466366c7ddd86886ca7150355 (diff)
Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)
Originally committed as revision 4444 to svn://svn.ffmpeg.org/ffmpeg/trunk
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);