diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-10-11 16:57:00 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-10-11 16:57:00 +0000 |
commit | 72450e50a58fdcc088708cf01c38de5dd5d2eb20 (patch) | |
tree | 7b65981c1a3b5927e06427597f245ed2d797234e /libavformat/allformats.c | |
parent | 2b5269b51cfdc35715202bff33d59f8a8d02df03 (diff) | |
download | ffmpeg-72450e50a58fdcc088708cf01c38de5dd5d2eb20.tar.gz |
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
Originally committed as revision 6659 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index c6bdd87ba5..83c1fa8bc6 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -105,6 +105,9 @@ void av_register_all(void) 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); |