]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_delogo: unbreak fate
authorPaul B Mahol <onemda@gmail.com>
Mon, 2 Sep 2019 14:12:01 +0000 (16:12 +0200)
committerPaul B Mahol <onemda@gmail.com>
Mon, 2 Sep 2019 14:17:46 +0000 (16:17 +0200)
commit6b0903075694092d543294dfbfdb4bc6be947eda
tree3e19dca21fe4a11c99f77b0e8bd95d7babf6a6e0
parente0fab59624c6fa556f820b147906460fac7fb5fc
avfilter/vf_delogo: unbreak fate

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.
libavfilter/vf_delogo.c