diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-01-02 04:47:02 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-01-02 04:47:02 +0000 |
commit | a7eb3c8dd158daaf134e438663b6e05cc327438b (patch) | |
tree | 345a6ce4e46871822a7135991336097e889f682c /libavformat/avformat.h | |
parent | fafa0b75eebff24a721e5d1ccd0b724556e4152a (diff) | |
download | ffmpeg-a7eb3c8dd158daaf134e438663b6e05cc327438b.tar.gz |
initial commit for Sierra VMD file demuxer
Originally committed as revision 2653 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 1641aa22d3..64bea9c1cd 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -480,6 +480,9 @@ int idcin_init(void); /* flic.c */ int flic_init(void); +/* sierravmd.c */ +int vmd_init(void); + #include "rtp.h" #include "rtsp.h" |