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