aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtmppkt.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-09-04 23:43:04 -0300
committerJames Almer <jamrial@gmail.com>2022-09-06 15:29:05 -0300
commitfcbd9ec24895b53bfa6a206aed29b5b04b68c41b (patch)
tree16a29c97cbca69655322b4d3f04d73ece7b8ecd9 /libavformat/rtmppkt.c
parent35aa7e70e7ec350319e7634a30d8d8aa1e6ecdda (diff)
downloadffmpeg-fcbd9ec24895b53bfa6a206aed29b5b04b68c41b.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> (cherry picked from commit d9e3cb7e73c77ccddc4d29ed5c1be3920f72c226)
Diffstat (limited to 'libavformat/rtmppkt.c')
0 files changed, 0 insertions, 0 deletions