You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	dctref: make sure function declarations match between .c and .h file
This commit is contained in:
		| @@ -22,10 +22,8 @@ | ||||
| #ifndef AVCODEC_DCTREF_H | ||||
| #define AVCODEC_DCTREF_H | ||||
|  | ||||
| #include "dsputil.h" | ||||
|  | ||||
| void ff_ref_fdct(DCTELEM *block); | ||||
| void ff_ref_idct(DCTELEM *block); | ||||
| void ff_ref_fdct(short *block); | ||||
| void ff_ref_idct(short *block); | ||||
| void ff_ref_dct_init(void); | ||||
|  | ||||
| #endif /* AVCODEC_DCTREF_H */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user