From: Diego Biurrun Date: Sat, 21 Feb 2009 20:29:49 +0000 (+0000) Subject: Revert adding av_uninit to out_width/out_height variables. X-Git-Tag: v0.5~250 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0a036d073e846e5a4881464ea3dff1c8d2793f90;p=coroid%2Flibav_saccubus.git Revert adding av_uninit to out_width/out_height variables. The warning is not a false positive. Originally committed as revision 17493 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/vhook/ppm.c b/vhook/ppm.c index 94c034aa8..0e37ac412 100644 --- a/vhook/ppm.c +++ b/vhook/ppm.c @@ -232,8 +232,8 @@ void Process(void *ctx, AVPicture *picture, enum PixelFormat pix_fmt, int width, AVPicture picture1; AVPicture picture2; AVPicture *pict = picture; - int av_uninit(out_width); - int av_uninit(out_height); + int out_width; + int out_height; int i; uint8_t *ptr = NULL; FILE *in = rwpipe_reader( ci->rw );