diff allcodecs.c @ 3129:0ebbd476ba32 libavcodec

complete AVS playback system (from Creature Shock computer game), courtesy of Aurelien Jacobs <aurel at gnuage dot org>
author melanson
date Fri, 17 Feb 2006 03:17:42 +0000
parents 6bae70889b35
children cc86ebc32143
line wrap: on
line diff
--- a/allcodecs.c	Thu Feb 16 01:16:12 2006 +0000
+++ b/allcodecs.c	Fri Feb 17 03:17:42 2006 +0000
@@ -511,6 +511,9 @@
 #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