cuiweixie via ffmpeg-devel (HE12026-02-28): > >From 4468b4fedb193b8418637f22f45b6b4010e7320a Mon Sep 17 00:00:00 2001 > From: Weixie Cui <[email protected]> > Date: Sat, 28 Feb 2026 09:21:27 +0800 > Subject: [PATCH] libavfilter: rename AVColorRange to AVAlphaMode > > --- > 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
Hi. The change looks good to me. OTOH, the commit message needs to be fixed: it is not renaming something, it changing the type to use the right one. Sorry, I do not have the time at all to double-check and push this in the next few days. Regards, -- Nicolas George _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
