[FFmpeg-cvslog] r11074 - in trunk/libavcodec/i386: dsputil_mmx.c vc1dsp_mmx.c

Uoti Urpala uoti.urpala
Sat Nov 24 19:24:39 CET 2007


On Wed, 2007-11-21 at 23:41 +0100, gpoirier wrote:
> +void ff_vc1dsp_init_mmx(DSPContext* dsp, AVCodecContext *avctx) {

Why is this function global when it's included in the only file which
calls it?

At least on my machine this patch also triggers worse optimization
heurictics in gcc for dsputil_mmx.c, making h264 decoding 4% slower. If
I fix the above function to be static then it has no effect on speed.





More information about the ffmpeg-cvslog mailing list