diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-30 13:56:46 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-30 13:56:46 +0000 |
commit | 51843b59f7700b6b8f575cb5f1f83d2e02d53f35 (patch) | |
tree | e68b551ef033c92fdd7504e33f47d10412f6b443 | |
parent | 9a5cdbce1c062c03fb23c0d2966eb3dedb467ff9 (diff) |
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10723 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | etc/codecs.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 2f7382d188..bf66f7c03e 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1036,6 +1036,17 @@ videocodec vp3 out YUY2 out BGR32,BGR24,BGR15 +videocodec vp4 + info "On2 VP4 Personal Codec" + comment "Decodes also VP3" + status working + fourcc VP40 + fourcc VP31,VP30,vp31,vp30 + driver vfwex + dll "vp4vfw.dll" + out YUY2 + out BGR32,BGR24 + videocodec mwv1 info "Motion Wavelets" status working |