mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-11-01 04:53:04 +08:00 
			
		
		
		
	Dirac: Solved problem with make checkheaders
(cherry picked from commit d611ea0a44f3e4f67fef7ba916da5a25adef58da) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		 Jordi Ortiz
					Jordi Ortiz
				
			
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			 Michael Niedermayer
						Michael Niedermayer
					
				
			
						parent
						
							38a444e05d
						
					
				
				
					commit
					1b95b52c0a
				
			| @@ -21,6 +21,8 @@ | ||||
| #ifndef AVCODEC_DIRACDSP_H | ||||
| #define AVCODEC_DIRACDSP_H | ||||
|  | ||||
| #include <stdint.h> | ||||
|  | ||||
| typedef void (*dirac_weight_func)(uint8_t *block, int stride, int log2_denom, int weight, int h); | ||||
| typedef void (*dirac_biweight_func)(uint8_t *dst, uint8_t *src, int stride, int log2_denom, int weightd, int weights, int h); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user