summaryrefslogtreecommitdiffstats
path: root/libswscale/rgb2rgb_template.c
diff options
context:
space:
mode:
authorflameeyes <flameeyes@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-09 11:11:35 +0000
committerflameeyes <flameeyes@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-09 11:11:35 +0000
commit46caebfa6ea2971b32a5b4a0cd6ad0211ff58d20 (patch)
treec0eee3696133f3ff55852a46dade72cb5112f7dd /libswscale/rgb2rgb_template.c
parent3ab65de119b118fb17f51c5fb4876e35dd737868 (diff)
downloadmpv-46caebfa6ea2971b32a5b4a0cd6ad0211ff58d20.tar.bz2
mpv-46caebfa6ea2971b32a5b4a0cd6ad0211ff58d20.tar.xz
Mark variation-specific interleaveBytes static.
These functions are never called by themselves, the alias interleaveBytes is used instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27735 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/rgb2rgb_template.c')
-rw-r--r--libswscale/rgb2rgb_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c
index d7c581b44c..c9a16e2512 100644
--- a/libswscale/rgb2rgb_template.c
+++ b/libswscale/rgb2rgb_template.c
@@ -2429,7 +2429,7 @@ static inline void RENAME(rgb24toyv12)(const uint8_t *src, uint8_t *ydst, uint8_
}
}
-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;