mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
6683a37f89
Instead of having a firstTime variable defaulting to 1, have a warnedAlready defaulting to 0. While this should make no difference in code speed at runtime, it allows to aggregate the four bytes of that variable with clip_table in .bss section, rather than issuing a .data section just for that. As it is, libswscale require no .data section but .data.rel.ro (that can be mitigated by prelinking), so the change might actually save one page of memory at runtime (per process). Originally committed as revision 27734 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale |
||
---|---|---|
.. | ||
cs_test.c | ||
internal_bfin.S | ||
Makefile | ||
rgb2rgb_template.c | ||
rgb2rgb.c | ||
rgb2rgb.h | ||
swscale_altivec_template.c | ||
swscale_avoption.c | ||
swscale_bfin.c | ||
swscale_internal.h | ||
swscale_template.c | ||
swscale-example.c | ||
swscale.c | ||
swscale.h | ||
yuv2rgb_altivec.c | ||
yuv2rgb_bfin.c | ||
yuv2rgb_mlib.c | ||
yuv2rgb_template.c | ||
yuv2rgb_vis.c | ||
yuv2rgb.c |