This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit d61d72490549d450bee74e82e47380f04a6b12b7
Author:     James Almer <[email protected]>
AuthorDate: Tue Mar 24 11:14:17 2026 -0300
Commit:     James Almer <[email protected]>
CommitDate: Tue Mar 24 11:14:17 2026 -0300

    avcodec/bsf/lcevc_metadata: write Aditional Info blocks after the Global 
Config block
    
    Signed-off-by: James Almer <[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 4512999214..2e1cc31100 100644
--- a/libavcodec/bsf/lcevc_metadata.c
+++ b/libavcodec/bsf/lcevc_metadata.c
@@ -100,7 +100,7 @@ static int lcevc_metadata_handle_vui(AVBSFContext *bsf,
         vui->chroma_sample_loc_type_top_field = ctx->chroma_sample_loc_type;
     }
 
-    err = ff_cbs_lcevc_add_process_block(ctx->common.output, au, position,
+    err = ff_cbs_lcevc_add_process_block(ctx->common.output, au, position + 1,
                                          LCEVC_PAYLOAD_TYPE_ADDITIONAL_INFO,
                                          ai, NULL);
     if (err < 0)

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to