mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
motion_est_template: fix warning: "ASSERT_LEVEL" is not defined
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4f1d7cc0ed
commit
05d81a57f5
@ -89,7 +89,7 @@ static int hpel_motion_search(MpegEncContext * s,
|
||||
const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]
|
||||
+ (mv_penalty[bx - pred_x] + mv_penalty[by+2 - pred_y])*c->penalty_factor;
|
||||
|
||||
#if ASSERT_LEVEL > 1
|
||||
#if defined(ASSERT_LEVEL) && ASSERT_LEVEL > 1
|
||||
unsigned key;
|
||||
unsigned map_generation= c->map_generation;
|
||||
key= ((my-1)<<ME_MAP_MV_BITS) + (mx) + map_generation;
|
||||
|
Loading…
Reference in New Issue
Block a user