[FFmpeg-devel] [PATCH] alpha/pixblockdsp: move code out of dsputil
James Almer
jamrial at gmail.com
Thu Jul 10 03:18:30 CEST 2014
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;
> + }
> +}
More information about the ffmpeg-devel
mailing list