You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	10l: fix ff_fft_init_arm() prototype
Originally committed as revision 19865 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -699,7 +699,7 @@ void ff_fft_calc_c(FFTContext *s, FFTComplex *z); | ||||
|  | ||||
| void ff_fft_init_altivec(FFTContext *s); | ||||
| void ff_fft_init_mmx(FFTContext *s); | ||||
| void ff_fft_init_neon(FFTContext *s); | ||||
| void ff_fft_init_arm(FFTContext *s); | ||||
|  | ||||
| /** | ||||
|  * Do the permutation needed BEFORE calling ff_fft_calc(). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user