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.h | |
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.h')
-rw-r--r-- | libavformat/allformats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h index 020ad82d3f..c7e0fc1132 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -43,6 +43,7 @@ extern AVOutputFormat crc_muxer; extern AVOutputFormat framecrc_muxer; extern AVInputFormat daud_demuxer; extern AVInputFormat dc1394_demuxer; +extern AVInputFormat dsicin_demuxer; extern AVInputFormat dv1394_demuxer; extern AVInputFormat dv_demuxer; extern AVOutputFormat dv_muxer; |