From c94c8d30812bdec972f64b94c3e77823830a0490 Mon Sep 17 00:00:00 2001 From: compn Date: Wed, 6 Jan 2010 03:44:24 +0000 Subject: add MVLZ and MVDV binary decoders to codecs.conf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30230 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3