The branch, master has been updated
       via  4bdc932ec9ab9b8ece10492a96dec8b679413498 (commit)
      from  f5eb11a71d64660543809cbe2aa6c4d6f4aff96c (commit)


- Log -----------------------------------------------------------------
commit 4bdc932ec9ab9b8ece10492a96dec8b679413498
Author:     James Almer <[email protected]>
AuthorDate: Mon Nov 3 00:15:34 2025 -0300
Commit:     James Almer <[email protected]>
CommitDate: Mon Nov 3 00:16:03 2025 -0300

    avcodec/pthread_frame: sync alpha_mode across worker threads and the user 
context
    
    Signed-off-by: James Almer <[email protected]>

diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c
index 0b56af916d..ff015c00b3 100644
--- a/libavcodec/pthread_frame.c
+++ b/libavcodec/pthread_frame.c
@@ -376,6 +376,8 @@ FF_ENABLE_DEPRECATION_WARNINGS
         dst->bits_per_raw_sample = src->bits_per_raw_sample;
         dst->color_primaries     = src->color_primaries;
 
+        dst->alpha_mode  = src->alpha_mode;
+
         dst->color_trc   = src->color_trc;
         dst->colorspace  = src->colorspace;
         dst->color_range = src->color_range;

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

Summary of changes:
 libavcodec/pthread_frame.c | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 

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

Reply via email to