diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-07 16:50:33 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-07 16:50:33 +0000 |
commit | 224fd95f9cb299e3264a6d6cab49684491bd55fd (patch) | |
tree | 079004c86bc099351ece56b4cbe1eb524498e77f /etc | |
parent | 3e8e92dc2fa39e440189050fb082c0b0af1f3d35 (diff) |
support for C93 video
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22936 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index e07fdcbbc2..8f90da19cf 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2035,6 +2035,14 @@ videocodec ffvqa dll "vqavideo" out BGR8 +videocodec ffc93 + info "FFmpeg C93 Video" + status buggy + fourcc C93V ; internal MPlayer FourCC + driver ffmpeg + dll c93 + out BGR8 + ; raw formats: (now RGB formats are autodetected) |