summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-21 02:05:39 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-21 02:05:39 +0000
commit2b16b991dc772af1dab9b571954b043b9ffe7ad1 (patch)
treea43c7800372569825671ce12b3293febc28fb325 /etc
parent9b4a1eb8f8a82289f5857a797357da194d98c3fe (diff)
downloadmpv-2b16b991dc772af1dab9b571954b043b9ffe7ad1.tar.bz2
mpv-2b16b991dc772af1dab9b571954b043b9ffe7ad1.tar.xz
LEAD (m)jpeg added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5749 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index cddcca6e54..a9fe55caf5 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -405,6 +405,16 @@ videocodec avid
dll "AvidAVICodec.dll"
out BGR24 flip
+videocodec LEAD
+ info "LEAD (M)Jpeg"
+ status working
+ comment "supports interlaced MJPEG"
+ fourcc MJPG
+ fourcc ijpg,IJPG,jpeg MJPG
+ driver vfw
+ dll "LCodcCMP.dll"
+ out BGR24,BGR15
+
videocodec ijpg
info "IJPG codec"
status working
@@ -693,6 +703,7 @@ videocodec asv1
videocodec CJPG
info "CJPG"
status untested
+ comment "need sample files"
fourcc CJPG
driver vfw
dll "CtWbJpg.DLL"