[FFmpeg-devel] [PATCH]Silence one warning with icc
Carl Eugen Hoyos
cehoyos
Fri Jun 18 00:02:04 CEST 2010
Hi!
Silences one warning when compiling with Intel C compiler.
Please comment, Carl Eugen
-------------- next part --------------
Index: libavfilter/vsrc_buffer.c
===================================================================
--- libavfilter/vsrc_buffer.c (revision 23635)
+++ libavfilter/vsrc_buffer.c (working copy)
@@ -26,7 +26,8 @@
int64_t pts;
AVFrame frame;
int has_frame;
- int h, w, pix_fmt;
+ int h, w;
+ enum PixelFormat pix_fmt;
AVRational pixel_aspect;
} BufferSourceContext;
More information about the ffmpeg-devel
mailing list