mirror of https://github.com/mpv-player/mpv
mpg 32bpp support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4674 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f0bc805baf
commit
fe93061c6f
|
@ -349,10 +349,11 @@ videocodec ducktm1
|
|||
|
||||
videocodec mpng
|
||||
info "mPNG codec"
|
||||
status buggy
|
||||
status working
|
||||
comment "Gray scaled PNG with Alpha channel not supported"
|
||||
fourcc mpng,MPNG
|
||||
driver mpng
|
||||
out BGR24
|
||||
out BGR32,BGR24
|
||||
|
||||
videocodec roqvideo
|
||||
info "Id RoQ File Video Decoder"
|
||||
|
|
Loading…
Reference in New Issue