mirror of https://github.com/mpv-player/mpv
8bit palette mode support for png
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15506 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2b1bb59996
commit
9eac1648be
|
@ -96,7 +96,7 @@ videocodec mpng
|
|||
fourcc "png " ; for PNG-encoded QuickTime files
|
||||
dll "libpng"
|
||||
driver mpng
|
||||
out BGR32,BGR24
|
||||
out BGR32,BGR24,BGR8,Y800
|
||||
|
||||
videocodec mtga
|
||||
info "TGA image decoder"
|
||||
|
|
Loading…
Reference in New Issue