[FFmpeg-cvslog] r20859 - trunk/libavdevice/x11grab.c
cehoyos
subversion
Mon Dec 14 11:52:32 CET 2009
Author: cehoyos
Date: Mon Dec 14 11:52:32 2009
New Revision: 20859
Log:
Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.
Modified:
trunk/libavdevice/x11grab.c
Modified: trunk/libavdevice/x11grab.c
==============================================================================
--- trunk/libavdevice/x11grab.c Mon Dec 14 11:34:31 2009 (r20858)
+++ trunk/libavdevice/x11grab.c Mon Dec 14 11:52:32 2009 (r20859)
@@ -85,7 +85,7 @@ x11grab_read_header(AVFormatContext *s1,
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;
More information about the ffmpeg-cvslog
mailing list