Michael Niedermayer wrote: > Hi > > Here are some ideas about swscale work > > * the dither code depends on non constant globals, it should use the dither > variables in the context
MMX dither code mangles global vars, shouldn't. MMX code has variables in the context not ifdeffed, shouldn't. I'd rather have the mmx code shuffled away completely (c.f. nodame branch) before addressing those gory details. Having the swscale C implementation clean is a better starting point than trying to address the x86 hacks first. lu - maybe because I'm not using such arch... -- Luca Barbato Gentoo Council Member Gentoo/linux Gentoo/PPC http://dev.gentoo.org/~lu_zero _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
