This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 4178c4d430402bd7b370612c55131975107855cc Author: Niklas Haas <[email protected]> AuthorDate: Sat Feb 7 11:59:40 2026 +0100 Commit: Niklas Haas <[email protected]> CommitDate: Thu Mar 5 23:34:56 2026 +0000 swscale/ops: remove unneeded macro Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <[email protected]> --- libswscale/ops.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libswscale/ops.c b/libswscale/ops.c index 485f1c4c44..0c9357e645 100644 --- a/libswscale/ops.c +++ b/libswscale/ops.c @@ -45,12 +45,6 @@ const SwsOpBackend * const ff_sws_op_backends[] = { NULL }; -#define RET(x) \ - do { \ - if ((ret = (x)) < 0) \ - return ret; \ - } while (0) - const char *ff_sws_pixel_type_name(SwsPixelType type) { switch (type) { _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
