mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-07 15:11:47 +08:00
2ec112f71c
Calculation of x an y based on width and height did not work when width == 0 or height == 0. "0" substitutes the input width and height, but did so too late for x, y expression evaluation. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>