summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-16 12:28:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-16 12:28:39 +0000
commit25d71db765baf68ea7ed29d3b01cd6f7cafc0507 (patch)
tree5095c7e3ca9e7b228330c5c0bf5362bc0f30be59 /etc
parented670284fa72a12e71b0b30f9fac8a9393fd6628 (diff)
downloadmpv-25d71db765baf68ea7ed29d3b01cd6f7cafc0507.tar.bz2
mpv-25d71db765baf68ea7ed29d3b01cd6f7cafc0507.tar.xz
support for Delphine CIN audio and video
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20956 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 7a194e9efa..4a4cdac963 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1938,6 +1938,14 @@ videocodec ffvmd
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 @@ audiocodec ffsmkaud
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