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 743df5ded9 avfilter/buffersink: use correct enum for alpha_modes
743df5ded9 is described below

commit 743df5ded94228502cec869e6702baaf3f3736a9
Author:     Weixie Cui <[email protected]>
AuthorDate: Sat Feb 28 09:21:27 2026 +0800
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Sat Feb 28 12:13:02 2026 +0000

    avfilter/buffersink: use correct enum for alpha_modes
    
    Signed-off-by: Weixie Cui <[email protected]>
---
 libavfilter/buffersink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/buffersink.c b/libavfilter/buffersink.c
index cc9789f57c..75b93cee30 100644
--- a/libavfilter/buffersink.c
+++ b/libavfilter/buffersink.c
@@ -53,7 +53,7 @@ typedef struct BufferSinkContext {
     int color_spaces_size;
     enum AVColorRange *color_ranges;    ///< list of accepted color ranges
     int color_ranges_size;
-    enum AVColorRange *alpha_modes;     ///< list of accepted alpha modes
+    enum AVAlphaMode *alpha_modes;     ///< list of accepted alpha modes
     int alpha_modes_size;
 #endif
 

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

Reply via email to