summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-23 20:08:28 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-23 20:08:28 +0000
commit529301799f8370ae3987e375d3db3a5320e2d6b7 (patch)
tree6b7e020b28234ce4a2c04017d296a707d9e03a81 /etc
parent51457a2484be5a8b8dd6194efded37970a26d14b (diff)
downloadmpv-529301799f8370ae3987e375d3db3a5320e2d6b7.tar.bz2
mpv-529301799f8370ae3987e375d3db3a5320e2d6b7.tar.xz
Add support for Lead MCMW 2.0 wavelet codec eval version
Requires LCODCCMW2E.dll and LCMW2.dll Patch by adland <adland123 (at) yahoo (dot) com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12060 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8934bb59fa..0abbb866bf 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1091,6 +1091,15 @@ videocodec rv20win
; others:
+videocodec LEADMW20
+ info "Lead CMW wavelet 2.0"
+ status working
+ fourcc LCW2
+ driver dshow
+ dll "LCODCCMW2E.dll"; eval
+ guid 0xe2b7dc56, 0x38c5, 0x11d5, 0x91, 0xf6, 0x00, 0x10, 0x4b, 0xdb, 0x8f, 0xf9
+ out BGR24,BGR8 flip
+
videocodec ffrv10
info "FFmpeg RV10 decoder"
status working