avcodec/bsf/lcevc_metadata: fix copy-paste typo in chroma loc setup

Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
Zhao Zhili
2026-03-25 11:34:22 +08:00
committed by James Almer
parent 3cfbf56192
commit 44ad73031d
+1 -1
View File
@@ -97,7 +97,7 @@ static int lcevc_metadata_handle_vui(AVBSFContext *bsf,
if (ctx->chroma_sample_loc_type >= 0) {
vui->chroma_loc_info_present_flag = 1;
vui->chroma_sample_loc_type_top_field = ctx->chroma_sample_loc_type;
vui->chroma_sample_loc_type_top_field = ctx->chroma_sample_loc_type;
vui->chroma_sample_loc_type_bottom_field = ctx->chroma_sample_loc_type;
}
err = ff_cbs_lcevc_add_process_block(ctx->common.output, au, position + 1,