mirror of
https://github.com/mpv-player/mpv
synced 2025-02-28 11:20:56 +00:00
updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2714 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0e949b7ec5
commit
52e8c7b186
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user