diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-11-14 05:42:14 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-11-14 05:42:14 +0000 |
commit | 42cad81aea97b9785f63d3a52ec7f53d2abb3f45 (patch) | |
tree | f18d447d38cc63120b977d2bab382ef2aec5eb44 /libavformat/avformat.h | |
parent | ad0d17f1f812ac551c8831162eb0745f054a6f6c (diff) | |
download | ffmpeg-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.h | 3 |
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" |