You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Make 8svx codec context table pointer const to match the type of the
array. Originally committed as revision 15519 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -32,7 +32,7 @@ | ||||
| /** decoder context */ | ||||
| typedef struct EightSvxContext { | ||||
|     int16_t fib_acc; | ||||
|     int16_t *table; | ||||
|     const int16_t *table; | ||||
| } EightSvxContext; | ||||
|  | ||||
| static const int16_t fibonacci[16]   = { -34<<8, -21<<8, -13<<8,  -8<<8, -5<<8, -3<<8, -2<<8, -1<<8, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user