summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2005-04-03 05:02:08 +0000
committerMike Melanson <mike@multimedia.cx>2005-04-03 05:02:08 +0000
commit589f82202c19c71ba6f430964a0f4d5ba52180af (patch)
tree4586a866ea4ed58708be49a6e5994526a2a70b98 /libavcodec/allcodecs.c
parent16543599cc02b66886b43357701da01b014c24b3 (diff)
Autodesk Animator Studio Codec (AASC) video decoder, courtesy of
Konstantin Shishkov Originally committed as revision 4099 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 473e439501..ef61cadb32 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -130,6 +130,7 @@ void avcodec_register_all(void)
register_avcodec(&qpeg_decoder);
register_avcodec(&loco_decoder);
register_avcodec(&wnv1_decoder);
+ register_avcodec(&aasc_decoder);
#ifdef CONFIG_FAAD
register_avcodec(&aac_decoder);
register_avcodec(&mpeg4aac_decoder);