0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2714 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-05 14:56:18 +00:00
parent 0e949b7ec5
commit 52e8c7b186

View File

@ -395,32 +395,36 @@ videocodec huffyuv
videocodec mszh videocodec mszh
info "AVImszh" info "AVImszh"
status crashing status buggy
comment "24bpp only"
fourcc MSZH fourcc MSZH
driver vfw driver vfw
dll "avimszh.dll" dll "avimszh.dll"
; out YUY2 ; out YUY2
out BGR32,BGR24,BGR15 ; out BGR32,BGR24,BGR15
out BGR24
videocodec zlib videocodec zlib
info "AVIzlib" info "AVIzlib"
status crashing status buggy
comment "24bpp only"
fourcc ZLIB fourcc ZLIB
driver vfw driver vfw
dll "avizlib.dll" dll "avizlib.dll"
; out YUY2 ; out YUY2
out BGR32,BGR24,BGR15 ; out BGR32,BGR24,BGR15
out BGR24
videocodec mwv1 videocodec mwv1
info "Motion Wavelets" info "Motion Wavelets"
status crashing status buggy
comment "decompressquery failed" comment "no yuv, flip requires"
fourcc MWV1 fourcc MWV1
driver vfw driver vfw
dll "icmw_32.dll" dll "icmw_32.dll"
; out YV12 ; out YV12 flip
out YUY2 ; out YUY2 flip
out BGR32,BGR24,BGR15 out BGR32,BGR24,BGR15 flip
videocodec m261 videocodec m261
info "M261" info "M261"