On 09/07/14 10:16 PM, James Almer wrote:
> +av_cold void ff_pixblockdsp_init_alpha(PixblockDSPContext *c, AVCodecContext
> *avctx,
> + unsigned high_bit_depth)
> +{
> + int cpu_flags = av_get_cpu_flags();
Copy-paste mistake. This can be removed.
> +
> + if (amask(AMASK_MVI) == 0) {
> + if (!high_bit_depth)
> + c->get_pixels = get_pixels_mvi;
> + c->diff_pixels = diff_pixels_mvi;
> + }
> +}
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel