aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-11-14 05:42:14 +0000
committerMike Melanson <mike@multimedia.cx>2003-11-14 05:42:14 +0000
commit42cad81aea97b9785f63d3a52ec7f53d2abb3f45 (patch)
treef18d447d38cc63120b977d2bab382ef2aec5eb44 /libavformat/avformat.h
parentad0d17f1f812ac551c8831162eb0745f054a6f6c (diff)
downloadffmpeg-42cad81aea97b9785f63d3a52ec7f53d2abb3f45.tar.gz
yep, FLI support
Originally committed as revision 2519 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 8aaedeb319..cf81c88f7a 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -479,6 +479,9 @@ int film_init(void);
/* idcin.c */
int idcin_init(void);
+/* flic.c */
+int flic_init(void);
+
#include "rtp.h"
#include "rtsp.h"