Re: [FFmpeg-devel] [PATCH]lavc/pngdec: Reset has_trns on init

2015-09-28 Thread Gonzalo
El 28/09/15 a las 16:29, Carl Eugen Hoyos escribió: Carl Eugen Hoyos ag.or.at> writes: Attached patch fixes ticket #4887 for me. Thanks for the quick turnaround to you and Paul B. Mahol. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http:/

Re: [FFmpeg-devel] [PATCH]lavc/pngdec: Reset has_trns on init

2015-09-28 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > Attached patch fixes ticket #4887 for me. Please ignore;-) Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH]lavc/pngdec: Reset has_trns on init

2015-09-28 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #4887 for me. Please comment, Carl Eugen diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c index ee11f12..c794b47 100644 --- a/libavcodec/pngdec.c +++ b/libavcodec/pngdec.c @@ -1077,6 +1077,7 @@ static int decode_frame_common(AVCodecContext *avctx, PNGDecCont