Re: [FFmpeg-devel] [PATCH 3/3] swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init

2015-10-29 Thread Andreas Cadhalpun
On 28.10.2015 00:22, Michael Niedermayer wrote: > On Tue, Oct 27, 2015 at 11:11:09PM +0100, Andreas Cadhalpun wrote: >> It is an internal swscale function and thus should not be exported. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libswscale/colorspace-test.c | 2 +- >> libswscale/rgb2rgb.c

Re: [FFmpeg-devel] [PATCH 3/3] swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init

2015-10-27 Thread Michael Niedermayer
On Tue, Oct 27, 2015 at 11:11:09PM +0100, Andreas Cadhalpun wrote: > It is an internal swscale function and thus should not be exported. > > Signed-off-by: Andreas Cadhalpun > --- > libswscale/colorspace-test.c | 2 +- > libswscale/rgb2rgb.c | 2 +- > libswscale/rgb2rgb.h | 2 +-

[FFmpeg-devel] [PATCH 3/3] swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init

2015-10-27 Thread Andreas Cadhalpun
It is an internal swscale function and thus should not be exported. Signed-off-by: Andreas Cadhalpun --- libswscale/colorspace-test.c | 2 +- libswscale/rgb2rgb.c | 2 +- libswscale/rgb2rgb.h | 2 +- libswscale/utils.c | 2 +- 4 files changed, 4 insertions(+), 4 deletio