On 01.03.2026 11:20, Nicolas George via ffmpeg-devel wrote:
Weixie Cui via ffmpeg-devel (HE12026-02-28):From: 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; #endifWhy are we seeing this again when apparently it was applied yesterday with the message fix I requested? Is it a bug in the forgejo thing?
This mail does not come from Forgejo, Forgejo-Mails say [PR].
OpenPGP_0xD85AAA6874B7507E.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
