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
info "AVImszh"
status crashing
status buggy
comment "24bpp only"
fourcc MSZH
driver vfw
dll "avimszh.dll"
; out YUY2
out BGR32,BGR24,BGR15
; out BGR32,BGR24,BGR15
out BGR24
videocodec zlib
info "AVIzlib"
status crashing
status buggy
comment "24bpp only"
fourcc ZLIB
driver vfw
dll "avizlib.dll"
; out YUY2
out BGR32,BGR24,BGR15
; out BGR32,BGR24,BGR15
out BGR24
videocodec mwv1
info "Motion Wavelets"
status crashing
comment "decompressquery failed"
status buggy
comment "no yuv, flip requires"
fourcc MWV1
driver vfw
dll "icmw_32.dll"
; out YV12
out YUY2
out BGR32,BGR24,BGR15
; out YV12 flip
; out YUY2 flip
out BGR32,BGR24,BGR15 flip
videocodec m261
info "M261"