The branch, master has been updated
       via  f5eb11a71d64660543809cbe2aa6c4d6f4aff96c (commit)
      from  8e90f150ebccf3f30fe139245b7d22fd6f1ee4a9 (commit)


- Log -----------------------------------------------------------------
commit f5eb11a71d64660543809cbe2aa6c4d6f4aff96c
Author:     James Almer <[email protected]>
AuthorDate: Sun Nov 2 18:14:17 2025 -0300
Commit:     James Almer <[email protected]>
CommitDate: Sun Nov 2 18:14:17 2025 -0300

    avcodec/decode: add missing syncing of side_data_pref_mask to worker threads
    
    Signed-off-by: James Almer <[email protected]>

diff --git a/libavcodec/decode.c b/libavcodec/decode.c
index 8976f22035..7089114e98 100644
--- a/libavcodec/decode.c
+++ b/libavcodec/decode.c
@@ -2334,6 +2334,7 @@ av_cold void ff_decode_internal_sync(AVCodecContext *dst, 
const AVCodecContext *
 
     dst_dc->initial_pict_type = src_dc->initial_pict_type;
     dst_dc->intra_only_flag   = src_dc->intra_only_flag;
+    dst_dc->side_data_pref_mask = src_dc->side_data_pref_mask;
 #if CONFIG_LIBLCEVC_DEC
     av_refstruct_replace(&dst_dc->lcevc.ctx, src_dc->lcevc.ctx);
 #endif

-----------------------------------------------------------------------

Summary of changes:
 libavcodec/decode.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 

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

Reply via email to