From 93a23627520cd4e1263a6cb98c1b1d291bad9ece Mon Sep 17 00:00:00 2001 From: Vidar Madsen Date: Fri, 15 Jul 2005 12:50:00 +0000 Subject: Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com) Originally committed as revision 4444 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/avformat.h') 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); -- cgit v1.2.3