summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-06 03:44:24 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-06 03:44:24 +0000
commitc94c8d30812bdec972f64b94c3e77823830a0490 (patch)
tree8cdaecdbaf38ae993d3ba959e4bb4dfba980f452 /etc
parent3dfee062b1deea85676710aa1b559b6d1ee81c47 (diff)
downloadmpv-c94c8d30812bdec972f64b94c3e77823830a0490.tar.bz2
mpv-c94c8d30812bdec972f64b94c3e77823830a0490.tar.xz
add MVLZ and MVDV binary decoders to codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30230 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 0cb203e2b2..74043f6aff 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1947,6 +1947,22 @@ videocodec psiv
dll "psiv.dll"
out BGR32,BGR24 query,flip
+videocodec midivid1
+ info "http://www.midivid.com/codec/download.html"
+ status working
+ fourcc MVLZ
+ driver vfw
+ dll "MLZCodec.dll"
+ out BGR24,BGR16 flip
+
+videocodec midivid2
+ info "http://www.midivid.com/codec/download.html"
+ status working
+ fourcc MVDV
+ driver vfw
+ dll "MVCodec.dll"
+ out BGR24 flip
+
videocodec midivid3
info "www.midivid.com/codec/mv3codec.html"
status working