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

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Jan 31 00:19:51 CET 2012


Michael Niedermayer <michaelni <at> gmx.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.
> 
> probably ok

Patch applied.

Carl Eugen



More information about the ffmpeg-devel mailing list