• Paul B Mahol's avatar
    avfilter/vf_delogo: unbreak fate · 6b090307
    Paul B Mahol authored
    It is not clear what was real intention of previous commit to this filter.
    It was not working correctly, hopefully this is fixed now.
    It never checked that new x/y/w/h are actually valid, hopeffully this is fixed now.
    It uses named variables in expressions that are never set, still not fixed.
    It does not set named variables that uses actual frame widht/height, making actual
    expressions less usable for our users, still now fixed.
    6b090307
vf_delogo.c 13.6 KB