diff allformats.c @ 1378:a32812bb5bcf libavformat

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 0899bfe4105c
children bfcb9fa1f431
line wrap: on
line diff
--- a/allformats.c	Wed Oct 11 10:22:21 2006 +0000
+++ b/allformats.c	Wed Oct 11 16:57:00 2006 +0000
@@ -105,6 +105,9 @@
     av_register_input_format(&dc1394_demuxer);
 #endif
 #endif /* CONFIG_DC1394 */
+#ifdef CONFIG_DSICIN_DEMUXER
+    av_register_input_format(&dsicin_demuxer);
+#endif
 #ifdef CONFIG_DV1394
 #ifdef CONFIG_DV1394_DEMUXER
     av_register_input_format(&dv1394_demuxer);