diff options
author | Gregory Montoir <cyx@users.sourceforge.net> | 2008-07-10 03:02:19 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-07-10 03:02:19 +0000 |
commit | 5b8cc860a1ba0096287d33eb5e015babd6f5dcdd (patch) | |
tree | e7d2efd64fa5707949cedfb605a4f310aa97e345 /libavformat/allformats.c | |
parent | 974e0eeed320cbcf0574ea7e42c9f2e93e201103 (diff) | |
download | ffmpeg-5b8cc860a1ba0096287d33eb5e015babd6f5dcdd.tar.gz |
Motion Pixels MVI Demuxer.
Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
Originally committed as revision 14147 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index bcf14bd57c..3ada80194b 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -123,6 +123,7 @@ void av_register_all(void) REGISTER_MUXER (MPJPEG, mpjpeg); REGISTER_DEMUXER (MSNWC_TCP, msnwc_tcp); REGISTER_DEMUXER (MTV, mtv); + REGISTER_DEMUXER (MVI, mvi); REGISTER_DEMUXER (MXF, mxf); REGISTER_DEMUXER (NSV, nsv); REGISTER_MUXER (NULL, null); |