]> git.sesse.net Git - ffmpeg/commit
avfilter/scale: separate exprs parse and eval
authorGyan Doshi <ffmpeg@gyani.pro>
Tue, 31 Dec 2019 11:40:58 +0000 (17:10 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Wed, 15 Jan 2020 05:56:46 +0000 (11:26 +0530)
commit6310fbd543f0c61b258d3993f28286eb0360ff87
tree72e80692352e3544f61470299376eee664cbe252
parentcc9a7cae76e2bc8ded5cefff1dbf22b37a95240b
avfilter/scale: separate exprs parse and eval

Retains parsed expressions which allows for better
error-checking and adding animation support.
libavfilter/scale_eval.c
libavfilter/vf_scale.c