diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-10-27 22:56:56 +0100 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-10-29 23:49:46 +0100 |
commit | e8c37160640952ab036e643156add9638c062536 (patch) | |
tree | 0c8e12355533642922264e4f5718e83f18575bfe /libswscale/colorspace-test.c | |
parent | 8bfbc8c5e504ef3ae914499646d450987b419385 (diff) | |
download | ffmpeg-e8c37160640952ab036e643156add9638c062536.tar.gz |
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/colorspace-test.c')
-rw-r--r-- | libswscale/colorspace-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/colorspace-test.c b/libswscale/colorspace-test.c index 42a915bfe6..f6e0c920cd 100644 --- a/libswscale/colorspace-test.c +++ b/libswscale/colorspace-test.c @@ -45,7 +45,7 @@ int main(int argc, char **argv) return -1; av_log(NULL, AV_LOG_INFO, "memory corruption test ...\n"); - sws_rgb2rgb_init(); + ff_sws_rgb2rgb_init(); for (funcNum = 0; ; funcNum++) { struct func_info_s { |