summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-04 21:31:37 +0000
committerrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-04 21:31:37 +0000
commitb2e56487bbc009cb0d1c82f00cefd48a3d70cffb (patch)
tree77a31d043331ba40c88d3884dfe1f950dedc527a /etc
parent8a42dca946a30ddb0cd356341f234a709a851c4a (diff)
downloadmpv-b2e56487bbc009cb0d1c82f00cefd48a3d70cffb.tar.bz2
mpv-b2e56487bbc009cb0d1c82f00cefd48a3d70cffb.tar.xz
Experimental WVC1 decoding via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19672 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index e62e235e14..2eab869246 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -546,6 +546,14 @@ videocodec ffwmv3
dll wmv3
out YV12,I420,IYUV
+videocodec ffvc1
+ info "FFmpeg M$ WVC1"
+ status buggy
+ fourcc WVC1,wvc1
+ driver ffmpeg
+ dll vc1
+ out YV12,I420,IYUV
+
videocodec ffh264
info "FFmpeg H.264"
status working