mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
per context frame_rate_base, this should finally fix frame_rate related av sync issues
Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -876,7 +876,7 @@ static inline int clip(int a, int amin, int amax)
|
||||
/* 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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user