diff common.h @ 1126:77ccf7fe3bd0 libavcodec

per context frame_rate_base, this should finally fix frame_rate related av sync issues
author michaelni
date Wed, 12 Mar 2003 15:16:19 +0000
parents 64c7c76ed17c
children c8dfb8579606
line wrap: on
line diff
--- a/common.h	Tue Mar 11 12:09:13 2003 +0000
+++ b/common.h	Wed Mar 12 15:16:19 2003 +0000
@@ -876,7 +876,7 @@
 /* math */
 extern const uint8_t ff_sqrt_tab[128];
 
-int ff_gcd(int a, int b);
+int64_t ff_gcd(int64_t a, int64_t b);
 
 static inline int ff_sqrt(int a)
 {