]> git.sesse.net Git - ffmpeg/commit
swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Tue, 27 Oct 2015 21:56:56 +0000 (22:56 +0100)
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Thu, 29 Oct 2015 22:49:46 +0000 (23:49 +0100)
commite8c37160640952ab036e643156add9638c062536
tree0c8e12355533642922264e4f5718e83f18575bfe
parent8bfbc8c5e504ef3ae914499646d450987b419385
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>
libswscale/colorspace-test.c
libswscale/rgb2rgb.c
libswscale/rgb2rgb.h
libswscale/utils.c