[FFmpeg-devel] [PATCH]64bit png decoding

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jan 11 02:48:11 CET 2012


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> +                } else if (s->bit_depth == 16 &&
> +                           s->color_type == PNG_COLOR_TYPE_RGB_ALPHA) {
> +                    avctx->pix_fmt = PIX_FMT_RGBA64BE;

This should actually be PIX_FMT_RGBA64.

Carl Eugen



More information about the ffmpeg-devel mailing list