You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/motion_est: Remove unused elements
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
		| @@ -51,8 +51,6 @@ typedef struct MotionEstContext { | |||||||
|     int direct_basis_mv[4][2]; |     int direct_basis_mv[4][2]; | ||||||
|     uint8_t *scratchpad;            /**< data area for the ME algo, so that |     uint8_t *scratchpad;            /**< data area for the ME algo, so that | ||||||
|                                      * the ME does not need to malloc/free. */ |                                      * the ME does not need to malloc/free. */ | ||||||
|     uint8_t *best_mb; |  | ||||||
|     uint8_t *temp_mb[2]; |  | ||||||
|     uint8_t *temp; |     uint8_t *temp; | ||||||
|     int best_bits; |     int best_bits; | ||||||
|     uint32_t *map;                  ///< map to avoid duplicate evaluations |     uint32_t *map;                  ///< map to avoid duplicate evaluations | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user