]> git.sesse.net Git - ffmpeg/commit
avcodec/apng: Remove blending support for AV_PIX_FMT_ARGB
authorDonny Yang <work@kota.moe>
Tue, 2 Jun 2015 15:49:22 +0000 (15:49 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 2 Jun 2015 23:42:57 +0000 (01:42 +0200)
commit7495e728f5a21bb1619789f12227dcdb1baf65ee
tree845e53c908bd6ab5c0931ddf1e10cfdc4dc27dce
parent02915602d9313aa4b108342a3081244b9d2422bf
avcodec/apng: Remove blending support for AV_PIX_FMT_ARGB

ARGB is not a supported PNG pixel format

Signed-off-by: Donny Yang <work@kota.moe>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/pngdec.c