This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 7961e3a48ffbfdad50a5182d213099a05846911f Author: Niklas Haas <[email protected]> AuthorDate: Thu Feb 12 13:21:00 2026 +0100 Commit: Niklas Haas <[email protected]> CommitDate: Thu Feb 19 19:44:46 2026 +0000 swscale/ops_backend: add float clear patterns These have no implementation at all otherwise. Signed-off-by: Niklas Haas <[email protected]> --- libswscale/ops_tmpl_float.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libswscale/ops_tmpl_float.c b/libswscale/ops_tmpl_float.c index c64ae4188f..10749d5f7d 100644 --- a/libswscale/ops_tmpl_float.c +++ b/libswscale/ops_tmpl_float.c @@ -233,6 +233,10 @@ static const SwsOpTable fn(op_table_float) = { &fn(op_dither7), &fn(op_dither8), + &fn(op_clear_1110), + &fn(op_clear_0111), + &fn(op_clear_0011), + &fn(op_linear_luma), &fn(op_linear_alpha), &fn(op_linear_lumalpha), _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
