This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new 44ad73031d avcodec/bsf/lcevc_metadata: fix copy-paste typo in chroma
loc setup
44ad73031d is described below
commit 44ad73031d599012e36eabac962beb9e0a589aa1
Author: Zhao Zhili <[email protected]>
AuthorDate: Wed Mar 25 11:34:22 2026 +0800
Commit: James Almer <[email protected]>
CommitDate: Wed Mar 25 12:19:46 2026 +0000
avcodec/bsf/lcevc_metadata: fix copy-paste typo in chroma loc setup
Signed-off-by: Zhao Zhili <[email protected]>
---
libavcodec/bsf/lcevc_metadata.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/bsf/lcevc_metadata.c b/libavcodec/bsf/lcevc_metadata.c
index 2e1cc31100..eff9192e06 100644
--- a/libavcodec/bsf/lcevc_metadata.c
+++ b/libavcodec/bsf/lcevc_metadata.c
@@ -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,
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]