Mercurial > mplayer.hg
changeset 27703:3815517f49d4
Mark variation-specific interleaveBytes static.
These functions are never called by themselves, the alias
interleaveBytes is used instead.
author | flameeyes |
---|---|
date | Thu, 09 Oct 2008 11:11:35 +0000 |
parents | b6a499f72725 |
children | e7527860105b |
files | libswscale/rgb2rgb_template.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;