summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2012-06-28 21:18:23 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-07-02 07:14:44 +0200
commitedf35d83429b1cba76ae8fd4717bdd5e6a9fe0eb (patch)
tree5935b6a1e18a32fa59bd0c297673e6e058686d9a /libavcodec/allcodecs.c
parenta87b17f3283aada762820f1b797eeb7a2dff6c61 (diff)
MS ATC Screen (aka MSS3) 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 f6a2df8a94..cb08e3349e 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -152,6 +152,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (MPEG4_VDPAU, mpeg4_vdpau);
REGISTER_DECODER (MPEG_VDPAU, mpeg_vdpau);
REGISTER_DECODER (MPEG1_VDPAU, mpeg1_vdpau);
+ REGISTER_DECODER (MSA1, msa1);
REGISTER_DECODER (MSMPEG4V1, msmpeg4v1);
REGISTER_ENCDEC (MSMPEG4V2, msmpeg4v2);
REGISTER_ENCDEC (MSMPEG4V3, msmpeg4v3);