summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorGregory Montoir <cyx@users.sourceforge.net>2008-07-10 03:02:19 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2008-07-10 03:02:19 +0000
commit5b8cc860a1ba0096287d33eb5e015babd6f5dcdd (patch)
treee7d2efd64fa5707949cedfb605a4f310aa97e345 /libavformat/allformats.c
parent974e0eeed320cbcf0574ea7e42c9f2e93e201103 (diff)
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.c1
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);