# HG changeset patch # User flameeyes # Date 1223550695 0 # Node ID 3815517f49d49fa4f034c6e2a3833a0d61760318 # Parent b6a499f7272552be521fca912f4d8ec897471911 Mark variation-specific interleaveBytes static. These functions are never called by themselves, the alias interleaveBytes is used instead. diff -r b6a499f72725 -r 3815517f49d4 libswscale/rgb2rgb_template.c --- a/libswscale/rgb2rgb_template.c Thu Oct 09 11:10:30 2008 +0000 +++ b/libswscale/rgb2rgb_template.c Thu Oct 09 11:11:35 2008 +0000 @@ -2429,7 +2429,7 @@ } } -void RENAME(interleaveBytes)(uint8_t *src1, uint8_t *src2, uint8_t *dest, +static void RENAME(interleaveBytes)(uint8_t *src1, uint8_t *src2, uint8_t *dest, long width, long height, long src1Stride, long src2Stride, long dstStride){ long h;