diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c index 07bfc00bf7..2b1c6e166d 100644 --- a/libavcodec/motion_est_template.c +++ b/libavcodec/motion_est_template.c @@ -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];