]> git.sesse.net Git - ffmpeg/commit - libavfilter/vf_scale.c
avfilter/scale: don't fail for circular expressions
authorGyan Doshi <ffmpeg@gyani.pro>
Sun, 26 Jan 2020 15:36:53 +0000 (21:06 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Sun, 26 Jan 2020 15:36:53 +0000 (21:06 +0530)
commit6e6b34917e0717e8844b962cfa413e71f9cdb72d
treebd91f5bad4e11dc38fca74ffb1b5cb19d1798589
parentecd95858d4c760e24d337c5be186780d4a78f1ff
avfilter/scale: don't fail for circular expressions

Due to conditional expressions, it is possible for them to be resolved
successfully. A warning is still printed.
libavfilter/vf_scale.c