Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/eatgv.c')
-rw-r--r--libavcodec/eatgv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/eatgv.c b/libavcodec/eatgv.c
index cfb0f8f563..45c6644c56 100644
--- a/libavcodec/eatgv.c
+++ b/libavcodec/eatgv.c
@@ -276,7 +276,7 @@ static int tgv_decode_frame(AVCodecContext *avctx,
}
}
- if (av_check_image_size(s->width, s->height, 0, avctx))
+ if (av_image_check_size(s->width, s->height, 0, avctx))
return -1;
/* shuffle */