This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 82a73428e1fae8c0e8e848d188458e2ad0a3671e Author: Niklas Haas <[email protected]> AuthorDate: Tue Apr 28 11:55:37 2026 +0200 Commit: Niklas Haas <[email protected]> CommitDate: Thu Jun 25 01:20:15 2026 +0200 swscale/ops: don't re-define Q() macro It's already in ops_internal.h Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <[email protected]> --- libswscale/format.c | 1 - libswscale/ops_chain.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/libswscale/format.c b/libswscale/format.c index a424bb2cfc..d9205f8aa5 100644 --- a/libswscale/format.c +++ b/libswscale/format.c @@ -33,7 +33,6 @@ #include "libavutil/hwcontext.h" #endif -#define Q(N) ((AVRational) { N, 1 }) #define Q0 Q(0) #define Q1 Q(1) diff --git a/libswscale/ops_chain.c b/libswscale/ops_chain.c index c3884a67ad..02350bd6a2 100644 --- a/libswscale/ops_chain.c +++ b/libswscale/ops_chain.c @@ -24,8 +24,6 @@ #include "ops_chain.h" -#define Q(N) ((AVRational) { N, 1 }) - SwsOpChain *ff_sws_op_chain_alloc(void) { return av_mallocz(sizeof(SwsOpChain)); _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
