[FFmpeg-cvslog] r17493 - trunk/vhook/ppm.c
diego
subversion
Sat Feb 21 21:29:50 CET 2009
Author: diego
Date: Sat Feb 21 21:29:49 2009
New Revision: 17493
Log:
Revert adding av_uninit to out_width/out_height variables.
The warning is not a false positive.
Modified:
trunk/vhook/ppm.c
Modified: trunk/vhook/ppm.c
==============================================================================
--- trunk/vhook/ppm.c Sat Feb 21 21:11:47 2009 (r17492)
+++ trunk/vhook/ppm.c Sat Feb 21 21:29:49 2009 (r17493)
@@ -232,8 +232,8 @@ void Process(void *ctx, AVPicture *pictu
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 );
More information about the ffmpeg-cvslog
mailing list