summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2012-12-17 20:37:54 +1100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-04-19 16:24:27 +0200
commit55ddd700c67529ff2c6c4e976673f1341bba7a82 (patch)
treedef954381424b994eade18d7768f1809946d14ab /libavformat/allformats.c
parent86a0432688216562926d4aee36118f01be6d5e1b (diff)
Silicon Graphics Movie demuxer
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 4f3acf56a3..40962f8971 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -165,6 +165,7 @@ void av_register_all(void)
REGISTER_MUXER (MPJPEG, mpjpeg);
REGISTER_DEMUXER (MSNWC_TCP, msnwc_tcp);
REGISTER_DEMUXER (MTV, mtv);
+ REGISTER_DEMUXER (MV, mv);
REGISTER_DEMUXER (MVI, mvi);
REGISTER_MUXDEMUX(MXF, mxf);
REGISTER_MUXER (MXF_D10, mxf_d10);