On Thu, 24 Jul 2025 16:59:24 +0200 Nicolas George <[email protected]> wrote:
> Right now, I an not demanding negotiation, I am just requiring
> protection:
>
>       if (frame->is_premultiplied && !out->supports_premultiplied) {
>           av_log(ctx, AV_LOG_ERROR, "Your data is about to be
>           corrupted because it comes as premultiplied alpha.");
>           return AVERROR_PATCHWELCOME;
>       }

On what component are you missing an error here?

>
> Regards,
>
> --
>   Nicolas George
> _______________________________________________
> ffmpeg-devel mailing list
> [email protected]
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to