diff allcodecs.c @ 3997:8ed26e786210 libavcodec

support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
author bcoudurier
date Wed, 11 Oct 2006 16:57:00 +0000
parents 54c7481b381e
children 986d6651a452
line wrap: on
line diff
--- a/allcodecs.c	Wed Oct 11 16:39:50 2006 +0000
+++ b/allcodecs.c	Wed Oct 11 16:57:00 2006 +0000
@@ -548,6 +548,12 @@
 #ifdef CONFIG_TARGA_DECODER
     register_avcodec(&targa_decoder);
 #endif //CONFIG_TARGA_DECODER
+#ifdef CONFIG_DSICINVIDEO_DECODER
+    register_avcodec(&dsicinvideo_decoder);
+#endif //CONFIG_DSICINVIDEO_DECODER
+#ifdef CONFIG_DSICINAUDIO_DECODER
+    register_avcodec(&dsicinaudio_decoder);
+#endif //CONFIG_DSICINAUDIO_DECODER
 
 #if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)
 #ifdef CONFIG_AMR_NB_DECODER