diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-09-22 21:42:58 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-09-22 21:42:58 +0000 |
commit | ecafec8ce59846052c2b450202ecb6d84099eb61 (patch) | |
tree | dfe45d3bb03f64c8b5b4648e8c4ca2fcb1410616 /etc | |
parent | 2800af1077cf16746d06829c4601f7afbd2cf48d (diff) |
Added vp3 codec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1939 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 6ed12d055b..a28ffb6406 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -214,6 +214,16 @@ videocodec mpegpes ; ============== OTHER STUFF ======================= +videocodec vp3 + info "On2 OpenSource VP3-Codec" + status working + comment "For SSE-systems use hacked dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/" + fourcc VP31,vp31 + driver vfwex + dll "vp31vfw.dll" + out YUY2 + out BGR32,BGR24,BGR15 + videocodec indeo5ds info "Intel Indeo 5" status working |