2019-01-04 20:43 GMT+01:00, Lauri Kasanen <c...@gmx.com>:

> +#ifdef __POWER8_VECTOR__

If this is correct, I assume it fixes a bug in the current code
and should be a separate patch, no?

>          case 16:
>              c->yuv2plane1 = isBE(dstFormat) ? yuv2plane1_16BE_vsx  :
> yuv2plane1_16LE_vsx;
> +            c->yuv2planeX = isBE(dstFormat) ? yuv2planeX_16BE_vsx  :
> yuv2planeX_16LE_vsx;
>              break;
> -#endif
> +#endif /* __POWER8_VECTOR__ */

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

Reply via email to