diff mpegvideo.c @ 12462:ffb3668ff7af libavcodec

Use new imgutils.h API names, fix deprecation warnings.
author stefano
date Tue, 07 Sep 2010 19:15:29 +0000
parents ea3d12d95325
children 747e5f278c4b
line wrap: on
line diff
--- a/mpegvideo.c	Mon Sep 06 19:26:18 2010 +0000
+++ b/mpegvideo.c	Tue Sep 07 19:15:29 2010 +0000
@@ -511,7 +511,7 @@
         return -1;
     }
 
-    if((s->width || s->height) && av_check_image_size(s->width, s->height, 0, s->avctx))
+    if((s->width || s->height) && av_image_check_size(s->width, s->height, 0, s->avctx))
         return -1;
 
     dsputil_init(&s->dsp, s->avctx);