mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
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
Block a user