mirror of https://github.com/FFmpeg/FFmpeg.git
ff_scale_eval_dimensions blindly assumes that two inputs are always
available as of 3385989b98
. This is
notably not the case when the function is called for the scale
filter. With the scale filter inputs[1] does not exist.
ff_scale_eval_dimensions now has an updated scale2ref check that
makes certain two inputs are actually available before attempting to
access the second one.
Thanks to James Almer for reporting this bug. This should fix the 820
Valgrind tests I single-handedly managed to break.
Signed-off-by: Kevin Mark <kmark937@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/120/merge
parent
be3809a521
commit
08213e0b79
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue