diff options
Diffstat (limited to 'libavcodec/eacmv.c')
-rw-r--r-- | libavcodec/eacmv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/eacmv.c b/libavcodec/eacmv.c index 2933136103..f506f7cc3e 100644 --- a/libavcodec/eacmv.c +++ b/libavcodec/eacmv.c @@ -157,7 +157,7 @@ static int cmv_decode_frame(AVCodecContext *avctx, return buf_size; } - if (av_check_image_size(s->width, s->height, 0, s->avctx)) + if (av_image_check_size(s->width, s->height, 0, s->avctx)) return -1; /* shuffle */ |