Mercurial > mplayer.hg
diff etc/codecs.conf @ 20940:7b56f3f4fa80
support for Delphine CIN audio and video
| author | diego |
|---|---|
| date | Thu, 16 Nov 2006 12:28:39 +0000 |
| parents | da93e0635a90 |
| children | 40cc1d0964bc |
line wrap: on
line diff
--- a/etc/codecs.conf Thu Nov 16 11:24:45 2006 +0000 +++ b/etc/codecs.conf Thu Nov 16 12:28:39 2006 +0000 @@ -1938,6 +1938,14 @@ dll "vmdvideo" out BGR8 +videocodec ffdsicinvideo + info "FFmpeg Delphine CIN video" + status working + fourcc DCIV ; internal MPlayer FourCC + driver ffmpeg + dll "dsicinvideo" + out BGR8 + ; raw formats: (now RGB formats are autodetected) @@ -2442,6 +2450,13 @@ driver ffmpeg dll "smackaud" +audiocodec ffdsicinaudio + info "FFmpeg Delphine CIN audio" + status working + fourcc DCIA ; internal MPlayer FourCC + driver ffmpeg + dll dsicinaudio + audiocodec ff4xmadmpcm info "FFmpeg 4XM ADPCM audio" status working
