summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"