[FFmpeg-devel] [libswscale PATCH 3/3] Mark variation-specific interleaveBytes static.

Diego 'Flameeyes' Pettenò flameeyes
Thu Oct 9 01:00:06 CEST 2008


Those functions are never called by themselves, the alias
interleaveBytes is used instead.
---

 rgb2rgb_template.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rgb2rgb_template.c b/rgb2rgb_template.c
index b2bc704..5f9de95 100644
--- a/rgb2rgb_template.c
+++ b/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;





More information about the ffmpeg-devel mailing list