Mercurial > mplayer.hg
changeset 34507:582ca9169495
Fix 32-bit png playback with current FFmpeg.
author | cehoyos |
---|---|
date | Tue, 24 Jan 2012 18:11:10 +0000 |
parents | d949229b4b8d |
children | 8e09c663aaff |
files | etc/codecs.conf |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Tue Jan 24 18:02:55 2012 +0000 +++ b/etc/codecs.conf Tue Jan 24 18:11:10 2012 +0000 @@ -596,7 +596,7 @@ fourcc "png " ; for PNG-encoded QuickTime files driver ffmpeg dll png - out BGR32,BGR8,Y800,RGB48BE,RGB24 + out BGR32,BGR8,Y800,RGB48BE,RGBA,RGB24 videocodec mpng info "PNG image" @@ -695,7 +695,7 @@ format 0x20656C72 ; "rle " driver ffmpeg dll "qtrle" - out BGR32,RGB24,BGR15,BGR8 query + out BGR32,RGB24,BGR15,BGR8 videocodec ffrpza info "QuickTime Apple Video"