mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-08 16:19:33 +00:00
avcodec/motion_est: Remove unused field
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
fd0e37f126
commit
a6657493da
@ -52,7 +52,6 @@ typedef struct MotionEstContext {
|
|||||||
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 *temp;
|
uint8_t *temp;
|
||||||
int best_bits;
|
|
||||||
uint32_t *map; ///< map to avoid duplicate evaluations
|
uint32_t *map; ///< map to avoid duplicate evaluations
|
||||||
uint32_t *score_map; ///< map to store the scores
|
uint32_t *score_map; ///< map to store the scores
|
||||||
unsigned map_generation;
|
unsigned map_generation;
|
||||||
|
Loading…
Reference in New Issue
Block a user