This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new 97115451d0 swscale/rational64: remove unused av_gcd_q64 declaration
97115451d0 is described below
commit 97115451d0af9bd628b59a34184ec68f680f6825
Author: Zhao Zhili <[email protected]>
AuthorDate: Sun Jun 28 14:22:01 2026 +0800
Commit: Niklas Haas <[email protected]>
CommitDate: Sun Jun 28 14:14:07 2026 +0000
swscale/rational64: remove unused av_gcd_q64 declaration
av_gcd_q64 was declared in rational64.h but never defined or used.
Signed-off-by: Zhao Zhili <[email protected]>
---
libswscale/rational64.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/libswscale/rational64.h b/libswscale/rational64.h
index f399f9acca..03c952b0c2 100644
--- a/libswscale/rational64.h
+++ b/libswscale/rational64.h
@@ -134,12 +134,6 @@ static av_always_inline AVRational64
av_inv_q64(AVRational64 q)
return r;
}
-/**
- * Return the best rational so that a and b are multiple of it.
- * If the resulting denominator is larger than max_den, return def.
- */
-AVRational64 av_gcd_q64(AVRational64 a, AVRational64 b, int max_den,
AVRational64 def);
-
/**
* @}
*/
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]