You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Missed one log2().
Originally committed as revision 7117 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -301,7 +301,7 @@ static int bit_allocation (IMCContext* q, int stream_format_code, int freebits, | ||||
|         highest = FFMAX(highest, q->flcoeffs1[i]); | ||||
|  | ||||
|     for(i = 0; i < BANDS-1; i++) { | ||||
|         q->flcoeffs4[i] = q->flcoeffs3[i] - log2(q->flcoeffs5[i]); | ||||
|         q->flcoeffs4[i] = q->flcoeffs3[i] - log(q->flcoeffs5[i])/log(2); | ||||
|     } | ||||
|     q->flcoeffs4[BANDS - 1] = limit; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user