mirror of https://git.ffmpeg.org/ffmpeg.git
sab_diamond_search: add assert to double check the minima_count
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
617d0d41a2
commit
bbd7b46b94
|
@ -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…
Reference in New Issue