summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-27 22:56:56 +0100
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-29 23:49:46 +0100
commite8c37160640952ab036e643156add9638c062536 (patch)
tree0c8e12355533642922264e4f5718e83f18575bfe /libswscale/utils.c
parent8bfbc8c5e504ef3ae914499646d450987b419385 (diff)
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 <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libswscale/utils.c')
-rw-r--r--libswscale/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c
index 037683c3d2..a3fa25a910 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -1127,7 +1127,7 @@ av_cold int sws_init_context(SwsContext *c, SwsFilter *srcFilter,
flags = c->flags;
emms_c();
if (!rgb15to16)
- sws_rgb2rgb_init();
+ ff_sws_rgb2rgb_init();
unscaled = (srcW == dstW && srcH == dstH);