From e8c37160640952ab036e643156add9638c062536 Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Tue, 27 Oct 2015 22:56:56 +0100 Subject: swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init It is an internal swscale function and thus should not be exported. Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Cadhalpun --- libswscale/rgb2rgb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/rgb2rgb.h') diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h index 8faebe6..0645404 100644 --- a/libswscale/rgb2rgb.h +++ b/libswscale/rgb2rgb.h @@ -164,7 +164,7 @@ extern void (*yuyvtoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const u int width, int height, int lumStride, int chromStride, int srcStride); -void sws_rgb2rgb_init(void); +void ff_sws_rgb2rgb_init(void); void rgb2rgb_init_x86(void); -- cgit v1.1