From 95240bf3e3887cf4c04a27f9bd5831051a73d55b Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 13 Oct 2008 07:42:11 +0000 Subject: Fix some icc warnings by using enum PixelFormat instead of int where appropriate. Originally committed as revision 15611 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/raw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/raw.h') diff --git a/libavcodec/raw.h b/libavcodec/raw.h index e600dca395..2fbf2d6605 100644 --- a/libavcodec/raw.h +++ b/libavcodec/raw.h @@ -30,7 +30,7 @@ #include "avcodec.h" typedef struct PixelFormatTag { - int pix_fmt; + enum PixelFormat pix_fmt; unsigned int fourcc; } PixelFormatTag; -- cgit v1.2.3