diff avformat.h @ 818:b1d7ee1c792d libavformat

Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)
author michael
date Fri, 15 Jul 2005 12:50:00 +0000
parents 6f41cd797a3d
children feca73904e67
line wrap: on
line diff
--- a/avformat.h	Fri Jul 15 09:14:25 2005 +0000
+++ b/avformat.h	Fri Jul 15 12:50:00 2005 +0000
@@ -462,6 +462,9 @@
 /* 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);