[FFmpeg-devel] [PATCH] Clean up av_get_cpu_flag()

Ronald S. Bultje rsbultje
Wed Sep 8 21:52:57 CEST 2010


Hi,

On Wed, Sep 8, 2010 at 3:46 PM, Mans Rullgard <mans at mansr.com> wrote:
> +/* The following CPU-specific functions shall not be called directly. */
> +int av_get_cpu_flags_arm(void);
> +int av_get_cpu_flags_ppc(void);
> +int av_get_cpu_flags_x86(void);

So remove the av_ prefix? Looks nice otherwise.

Ronald



More information about the ffmpeg-devel mailing list