mirror of https://github.com/FFmpeg/FFmpeg.git
There is no bsf for other codecs to modify crop info except H.265. For H.265, the assumption that FFALIGN(width, 16)xFFALIGN(height, 16) is the video resolution can be wrong, since the encoder can use CTU larger than 16x16. In that case, use FFALIGN(width, 16) - width as crop_right is incorrect. So disable the workaround for H.265 now. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>release/7.0
parent
449cab7b16
commit
edc7b57e26
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue