diff options
author | James Almer <jamrial@gmail.com> | 2022-09-04 23:43:04 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-09-06 10:10:42 -0300 |
commit | d9e3cb7e73c77ccddc4d29ed5c1be3920f72c226 (patch) | |
tree | 783482c3fb71b52f76f82c6f54f155d80742a43f /doc/fftools-common-opts.texi | |
parent | 5a78421746e9406c388407d5625c1c416775ba54 (diff) | |
download | ffmpeg-d9e3cb7e73c77ccddc4d29ed5c1be3920f72c226.tar.gz |
avfilter/vf_scale: overwrite the width and height expressions with the original values
Instead of the potentially adjusted ones. Otherwise, if config_props() is
called again and if using force_original_aspect_ratio, the already adjusted
values could be altered again.
Example command line
scale=size=1920x1000:force_original_aspect_ratio=decrease:force_divisible_by=2
user value 1920x1000 -> 1920x798 on init_dict() -> 1918x798 on frame
change when eval_mode == EVAL_MODE_INIT, which after e645a1ddb9 could be at the
very first frame.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/fftools-common-opts.texi')
0 files changed, 0 insertions, 0 deletions