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>
This commit is contained in:
@@ -46,7 +46,7 @@ int main(void)
|
||||
return -1;
|
||||
|
||||
av_log(NULL, AV_LOG_INFO, "memory corruption test ...\n");
|
||||
sws_rgb2rgb_init();
|
||||
ff_rgb2rgb_init();
|
||||
|
||||
for (funcNum = 0; ; funcNum++) {
|
||||
struct func_info_s {
|
||||
|
||||
Reference in New Issue
Block a user