mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-14 19:25:01 +00:00
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
This commit is contained in:
parent
346db3ef7f
commit
0a036d073e
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user