summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2012-06-15 20:37:37 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-06-20 19:08:10 +0200
commit005c80b645cc6ab5f30cbc3e10ab66a15dfd107e (patch)
tree4933eec96d3ac9c5aeebd48ebb8beade88d0bdb3 /libavcodec/allcodecs.c
parent43886eaebc8e803a2f90051afd03068be47e398f (diff)
MS Screen 1 decoder
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index a9d85e694f..f6a2df8a94 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -156,6 +156,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (MSMPEG4V2, msmpeg4v2);
REGISTER_ENCDEC (MSMPEG4V3, msmpeg4v3);
REGISTER_DECODER (MSRLE, msrle);
+ REGISTER_DECODER (MSS1, mss1);
REGISTER_DECODER (MSVIDEO1, msvideo1);
REGISTER_DECODER (MSZH, mszh);
REGISTER_DECODER (MXPEG, mxpeg);