[FFmpeg-devel] [PATCH 09/10] Mark ff_pw_53 and ff_pw_18 static to vc1dsp_mmx.c; mark them as used.

Carl Eugen Hoyos cehoyos
Fri Oct 3 17:14:26 CEST 2008


Hi!

Diego 'Flameeyes' Petten? <flameeyes <at> gmail.com> writes:

> -DECLARE_ALIGNED_16(const uint64_t, ff_pw_53) = 0x0035003500350035ULL;
> -DECLARE_ALIGNED_16(const uint64_t, ff_pw_18) = 0x0012001200120012ULL;
> +static const DECLARE_ALIGNED_16(const uint64_t, ff_pw_53) av_used =
0x0035003500350035ULL;

Isn't this DECLARE_ASM_CONST?

Carl Eugen






More information about the ffmpeg-devel mailing list