[FFmpeg-cvslog] r27735 - trunk/libswscale/rgb2rgb_template.c
flameeyes
subversion
Thu Oct 9 13:11:35 CEST 2008
Author: flameeyes
Date: Thu Oct 9 13:11:35 2008
New Revision: 27735
Log:
Mark variation-specific interleaveBytes static.
These functions are never called by themselves, the alias
interleaveBytes is used instead.
Modified:
trunk/libswscale/rgb2rgb_template.c
Modified: trunk/libswscale/rgb2rgb_template.c
==============================================================================
--- trunk/libswscale/rgb2rgb_template.c (original)
+++ trunk/libswscale/rgb2rgb_template.c Thu Oct 9 13:11:35 2008
@@ -2429,7 +2429,7 @@ static inline void RENAME(rgb24toyv12)(c
}
}
-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;
More information about the ffmpeg-cvslog
mailing list