Commit 9e14edba authored by cehoyos's avatar cehoyos

Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20859 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5283bd28
......@@ -85,7 +85,7 @@ x11grab_read_header(AVFormatContext *s1, AVFormatParameters *ap)
struct x11_grab *x11grab = s1->priv_data;
Display *dpy;
AVStream *st = NULL;
int input_pixfmt;
enum PixelFormat input_pixfmt;
XImage *image;
int x_off = 0;
int y_off = 0;
......
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