diff options
author | Peter Ross <pross@xvid.org> | 2012-12-17 20:37:54 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2012-12-17 20:37:54 +1100 |
commit | 746b1dcc98b466e4abd301f304127583722ad80b (patch) | |
tree | 31cb642a261f1e27a7cb57120e0ab4dc794ea093 /libavcodec/allcodecs.c | |
parent | afa1617b937f3675f74c6351a46c45f8c24d67f2 (diff) | |
download | ffmpeg-746b1dcc98b466e4abd301f304127583722ad80b.tar.gz |
Silicon Graphics Motion Video Compressor 1 & 2 decoder
Signed-off-by: Peter Ross <pross@xvid.org>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 5dcd509851..edeb3fbfce 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -183,6 +183,8 @@ void avcodec_register_all(void) REGISTER_ENCDEC (MSVIDEO1, msvideo1); REGISTER_DECODER (MSZH, mszh); REGISTER_DECODER (MTS2, mts2); + REGISTER_DECODER (MVC1, mvc1); + REGISTER_DECODER (MVC2, mvc2); REGISTER_DECODER (MXPEG, mxpeg); REGISTER_DECODER (NUV, nuv); REGISTER_DECODER (PAF_VIDEO, paf_video); |