2019-03-20 15:06 GMT+01:00, Lauri Kasanen <c...@gmx.com>:

> +            case AV_PIX_FMT_BGRA:
> +                if (HAVE_POWER8 && cpu_flags & AV_CPU_FLAG_POWER8) {
> +                    if (!c->needAlpha) {
> +                        c->yuv2packed1 = yuv2bgrx32_full_1_vsx;

If only non-alpha is supported, I would have expected the
exact same function to also work for AV_PIX_FMT_BGR0.

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to