diff avformat.h @ 164:99fbacf0f764 libavformat

flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
author michaelni
date Wed, 09 Jul 2003 23:10:59 +0000
parents 470456bd0065
children 808dabf5a88e
line wrap: on
line diff
--- a/avformat.h	Fri Jul 04 23:48:20 2003 +0000
+++ b/avformat.h	Wed Jul 09 23:10:59 2003 +0000
@@ -304,6 +304,12 @@
 /* mov.c */
 int mov_init(void);
 
+/* flvenc.c */
+int flvenc_init(void);
+
+/* flvdec.c */
+int flvdec_init(void);
+
 /* jpeg.c */
 int jpeg_init(void);