Commit 0ac55b01 authored by diego's avatar diego

Revert adding av_uninit to out_width/out_height variables.

The warning is not a false positive.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17493 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4d98fa3b
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment