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