• C
    Add avpriv_dsputil_init() and use it in lavfi where relevant. · 1e3104cd
    Clément Bœsch 提交于
    dsputil_init() is deprecated and not meant to be exported.
    ff_dsputil_init() is internal to libavcodec and thus can not be used.
    avpriv_dsputil_init() is the version shared between libraries.
    
    This commit fixes 3 unjustified libavfilter deprecated warnings.
    1e3104cd
vf_deshake.c 20.9 KB