Browse Source

sab_diamond_search: add assert to double check the minima_count

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 13 years ago
parent
commit
bbd7b46b94
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/motion_est_template.c

+ 2
- 0
libavcodec/motion_est_template.c View File

@@ -688,6 +688,8 @@ static int sab_diamond_search(MpegEncContext * s, int *best, int dmin,
LOAD_COMMON2
unsigned map_generation = c->map_generation;

av_assert1(minima_count <= MAX_SAB_SIZE);

cmpf= s->dsp.me_cmp[size];
chroma_cmpf= s->dsp.me_cmp[size+1];



Loading…
Cancel
Save