diff options
author | Peter Ross <pross@xvid.org> | 2012-12-17 20:37:54 +1100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-19 16:24:27 +0200 |
commit | 55ddd700c67529ff2c6c4e976673f1341bba7a82 (patch) | |
tree | def954381424b994eade18d7768f1809946d14ab /libavformat/allformats.c | |
parent | 86a0432688216562926d4aee36118f01be6d5e1b (diff) | |
download | ffmpeg-55ddd700c67529ff2c6c4e976673f1341bba7a82.tar.gz |
Silicon Graphics Movie demuxer
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 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); |