summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2006-02-17 03:17:42 +0000
committerMike Melanson <mike@multimedia.cx>2006-02-17 03:17:42 +0000
commit26376701446a51fc505ea998fe477118af3f1c59 (patch)
tree67364d18222cfaa1fe34e83a744691fceb5ccef2 /libavcodec/allcodecs.c
parent220522479ba603cfc1507d92d704089d0faa6296 (diff)
complete AVS playback system (from Creature Shock computer game),
courtesy of Aurelien Jacobs <aurel at gnuage dot org> Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 4730af1de6..d57830628f 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -511,6 +511,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_TTA_DECODER
register_avcodec(&tta_decoder);
#endif //CONFIG_TTA_DECODER
+#ifdef CONFIG_AVS_DECODER
+ register_avcodec(&avs_decoder);
+#endif //CONFIG_AVS_DECODER
#ifdef CONFIG_RAWVIDEO_DECODER
register_avcodec(&rawvideo_decoder);
#endif //CONFIG_RAWVIDEO_DECODER