diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-03 11:32:40 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-03 11:32:40 +0000 |
commit | d5f840fa6398d68042f5f33089843fb92e149f3c (patch) | |
tree | 57c686493b0607213a7f4681ae3d8e0519b3df33 /etc | |
parent | a40429d6ce2325c9aea04810fdcf11e44e8b1f3d (diff) | |
download | mpv-d5f840fa6398d68042f5f33089843fb92e149f3c.tar.bz2 mpv-d5f840fa6398d68042f5f33089843fb92e149f3c.tar.xz |
non working, hence status 'buggy'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15897 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 786e0171a9..36c24c4a17 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -466,6 +466,14 @@ videocodec ffwmv2 driver ffmpeg dll wmv2 out YV12,I420,IYUV + +videocodec ffwmv3 + info "FFmpeg M$ WMV3/WMV9" + status buggy + fourcc WMV3,wmv3 + driver ffmpeg + dll wmv3 + out YV12,I420,IYUV videocodec ffh264 info "FFmpeg H.264" |