summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 15:13:24 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 15:13:24 +0000
commitc48c3233fc47af29ed60f9ddd5b52d6fc70c3a90 (patch)
tree84c57ec5c04e010ff1d1bdfc3399ff1b2044250e /etc
parentc4560b672e5f0db67a110b5a6fe843310e2a4b21 (diff)
downloadmpv-c48c3233fc47af29ed60f9ddd5b52d6fc70c3a90.tar.bz2
mpv-c48c3233fc47af29ed60f9ddd5b52d6fc70c3a90.tar.xz
added lcl codecs (mpmszh, mpzlib), removed zlibnative
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7224 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf23
1 files changed, 14 insertions, 9 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 0b6f24f8e5..afffa6fd72 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -185,6 +185,20 @@ videocodec mphuffyuv
out YUY2
out BGR32,BGR24
+videocodec mpmszh
+ info "AVImszh (native codec)"
+ status working
+ fourcc MSZH
+ driver lcl
+ out BGR24
+
+videocodec mpzlib
+ info "AVIzlib (native codec)"
+ status working
+ fourcc MSZH
+ driver lcl
+ out BGR24
+
;XAnim (slow):
videocodec cvidxa
@@ -906,15 +920,6 @@ videocodec sp5x
; buggy codecs: (any volunteers for native rewrite?)
-videocodec zlibnative
- info "AVIzlib native"
- status untested
- comment "bpp autodetected"
- fourcc ZLIB
- driver zlib
- dll "libz.so"
- out BGR32,BGR24,BGR16,BGR15,BGR8 flip
-
videocodec zlib
info "AVIzlib"
status working