You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	2nd try on documenting av_gcd().
Originally committed as revision 20939 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -58,7 +58,7 @@ enum AVRounding { | ||||
|  | ||||
| /** | ||||
|  * Returns the greatest common divisor of a and b. | ||||
|  * If either a or b are 0 or either or both are <0 then behavior is | ||||
|  * If both a and b are 0 or either or both are <0 then behavior is | ||||
|  * undefined. | ||||
|  */ | ||||
| int64_t av_const av_gcd(int64_t a, int64_t b); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user