1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-03 04:37:54 +00:00

added lcl codecs (mpmszh, mpzlib), removed zlibnative

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7224 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-09-01 15:13:24 +00:00
parent c4560b672e
commit c48c3233fc

View File

@ -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