The branch, master has been updated
       via  5f39965dd6e6769e339dd684db3be5a667f4bc69 (commit)
      from  5aa541c690736c7ab9386a4e0cff25a100466373 (commit)


- Log -----------------------------------------------------------------
commit 5f39965dd6e6769e339dd684db3be5a667f4bc69
Author:     Niklas Haas <[email protected]>
AuthorDate: Thu Sep 4 19:19:03 2025 +0200
Commit:     Niklas Haas <[email protected]>
CommitDate: Tue Sep 9 14:52:01 2025 +0200

    avfilter/buffersink: remove unneeded parameter
    
    This is a newly added field, so there's no point to try and keep backwards
    compatibility with an older API - newer clients should just use the new
    fields.

diff --git a/libavfilter/buffersink.c b/libavfilter/buffersink.c
index c2d1efa78c..183840a2bd 100644
--- a/libavfilter/buffersink.c
+++ b/libavfilter/buffersink.c
@@ -531,7 +531,6 @@ static const AVOption buffersink_options[] = {
     { "pix_fmts", "set the supported pixel formats",    OFFSET(pixel_fmts),   
AV_OPT_TYPE_BINARY, .flags = FLAGS | AV_OPT_FLAG_DEPRECATED },
     { "color_spaces", "set the supported color spaces", OFFSET(color_spaces), 
AV_OPT_TYPE_BINARY, .flags = FLAGS | AV_OPT_FLAG_DEPRECATED },
     { "color_ranges", "set the supported color ranges", OFFSET(color_ranges), 
AV_OPT_TYPE_BINARY, .flags = FLAGS | AV_OPT_FLAG_DEPRECATED },
-    { "alpha_modes", "set the supported alpha modes",   OFFSET(alpha_modes),  
AV_OPT_TYPE_BINARY, .flags = FLAGS | AV_OPT_FLAG_DEPRECATED },
 #endif
 
     { "pixel_formats",  "array of supported pixel formats", 
OFFSET(pixel_formats),

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

Summary of changes:
 libavfilter/buffersink.c | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 

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

Reply via email to