mirror of https://github.com/FFmpeg/FFmpeg.git
vf_overlay video filter accepts expressions in its parameters. In 'frame-by-frame' evaluation mode it recalculates them regularly, but incoming video frame size changes did not reflect in their values. So if you used width or height of any source videos in expressions as parameters, they stayed on their initial values. This patch corrects this bug. Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu> Reviewed-by: Paul B Mahol <onemda@gmail.com Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/278/head
parent
ff8c2c4103
commit
cc83177db4
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue