summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-12 13:39:01 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-12 13:39:01 +0000
commit32fb50d057f032ca427fd294d4a4e253453fe5f3 (patch)
tree43cc7aa3b11b56d08c3172688f4274a7e8e15f0e /etc
parent4f4c08415ccea8def40d0c2192660ab01cb93be5 (diff)
downloadmpv-32fb50d057f032ca427fd294d4a4e253453fe5f3.tar.bz2
mpv-32fb50d057f032ca427fd294d4a4e253453fe5f3.tar.xz
add lagarith codec, someone finally found it in the wild.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25380 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 1f0574232a..6a280fcaab 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1401,6 +1401,15 @@ videocodec LEADMW20
guid 0xe2b7dc56, 0x38c5, 0x11d5, 0x91, 0xf6, 0x00, 0x10, 0x4b, 0xdb, 0x8f, 0xf9
out BGR24,BGR8 flip
+videocodec lagarith
+ info "Lagarith Lossless Video Codec"
+ comment "http://lags.leetcode.net/codec.html"
+ status working
+ fourcc LAGS
+ driver vfw
+ dll "lagarith.dll"
+ out BGR32,BGR24 flip
+
videocodec ffvp3
info "FFmpeg VP3"
status untested