aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/vvc_mc.c
diff options
context:
space:
mode:
authorZhao Zhili <zhilizhao@tencent.com>2024-05-23 15:08:55 +0800
committerZhao Zhili <zhilizhao@tencent.com>2024-06-07 13:14:46 +0800
commit2a68b2d643f7b725defa9bec5174853a00411b98 (patch)
tree87cc1a312d8ca3250a61c32a5762a8046d4aa9d2 /tests/checkasm/vvc_mc.c
parent680b3cee1f481976cae9787e16f181c1d0e989bd (diff)
downloadffmpeg-2a68b2d643f7b725defa9bec5174853a00411b98.tar.gz
avcodec/mediacodecenc: workaround the alignment requirement only for H.264
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>
Diffstat (limited to 'tests/checkasm/vvc_mc.c')
0 files changed, 0 insertions, 0 deletions