Mercurial > libavcodec.hg
diff avcodec.h @ 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 | f76c914fea4e |
line wrap: on
line diff
--- a/avcodec.h Wed Oct 11 16:39:50 2006 +0000 +++ b/avcodec.h Wed Oct 11 16:57:00 2006 +0000 @@ -145,6 +145,7 @@ CODEC_ID_VP6, CODEC_ID_VP6F, CODEC_ID_TARGA, + CODEC_ID_DSICINVIDEO, /* various pcm "codecs" */ CODEC_ID_PCM_S16LE= 0x10000, @@ -228,6 +229,7 @@ CODEC_ID_SMACKAUDIO, CODEC_ID_QCELP, CODEC_ID_WAVPACK, + CODEC_ID_DSICINAUDIO, /* subtitle codecs */ CODEC_ID_DVD_SUBTITLE= 0x17000, @@ -2294,6 +2296,8 @@ extern AVCodec vmnc_decoder; extern AVCodec wavpack_decoder; extern AVCodec targa_decoder; +extern AVCodec dsicinvideo_decoder; +extern AVCodec dsicinaudio_decoder; /* pcm codecs */ #define PCM_CODEC(id, name) \
