Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2012-12-17 13:37:54 +0400
committerPeter Ross <pross@xvid.org>2012-12-17 13:37:54 +0400
commit6fb40779cd3457a819e20d6db91a142c47cad3c2 (patch)
tree73cc656000bb0dfc7737860ffb43bad963eb5966 /libavformat/allformats.c
parent746b1dcc98b466e4abd301f304127583722ad80b (diff)
Silicon Graphics Movie (.mv) demuxer
Signed-off-by: Peter Ross <pross@xvid.org>
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 8e8a799c7d..6456e8c3ef 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -172,6 +172,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);