summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2012-12-17 20:37:54 +1100
committerPeter Ross <pross@xvid.org>2012-12-17 20:37:54 +1100
commit746b1dcc98b466e4abd301f304127583722ad80b (patch)
tree31cb642a261f1e27a7cb57120e0ab4dc794ea093 /libavcodec/allcodecs.c
parentafa1617b937f3675f74c6351a46c45f8c24d67f2 (diff)
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.c2
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);