mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-06 17:29:08 +08:00
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:
@@ -897,7 +897,7 @@ av_cold int sws_init_context(SwsContext *c, SwsFilter *srcFilter,
|
||||
flags = c->flags;
|
||||
emms_c();
|
||||
if (!rgb15to16)
|
||||
sws_rgb2rgb_init();
|
||||
ff_rgb2rgb_init();
|
||||
|
||||
unscaled = (srcW == dstW && srcH == dstH);
|
||||
|
||||
|
Reference in New Issue
Block a user