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:
parent
c0fd2fb27b
commit
facdfe4080
5 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue