You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	mathops: remove ancient confusing comment
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
		| @@ -45,9 +45,6 @@ | ||||
| #endif | ||||
|  | ||||
| #ifndef MULH | ||||
| //gcc 3.4 creates an incredibly bloated mess out of this | ||||
| //#    define MULH(a,b) (((int64_t)(a) * (int64_t)(b))>>32) | ||||
|  | ||||
| static av_always_inline int MULH(int a, int b){ | ||||
|     return ((int64_t)(a) * (int64_t)(b))>>32; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user