summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-07-13 20:14:38 +0200
committerDiego Biurrun <diego@biurrun.de>2016-07-16 17:38:37 +0200
commitfacdfe40805559963b5875931af9406ed5ddcd5c (patch)
treef7d3f96d2922bc8d241efa12509468f9f801a850 /libswscale/rgb2rgb.h
parentc0fd2fb27bebd1d5ab028e6df6bca9119d269122 (diff)
swscale: Add proper ff_ prefix to init functions
They are internal symbols that should not be exported. based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libswscale/rgb2rgb.h')
-rw-r--r--libswscale/rgb2rgb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h
index f47b04ef0d..f827e60036 100644
--- a/libswscale/rgb2rgb.h
+++ b/libswscale/rgb2rgb.h
@@ -158,8 +158,8 @@ 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_rgb2rgb_init(void);
-void rgb2rgb_init_x86(void);
+void ff_rgb2rgb_init_x86(void);
#endif /* SWSCALE_RGB2RGB_H */