diff raw.h @ 8023:76f6a08c9fe6 libavcodec

Fix some icc warnings by using enum PixelFormat instead of int where appropriate.
author cehoyos
date Mon, 13 Oct 2008 07:42:11 +0000
parents c4a4495715dd
children 04423b2f6e0b
line wrap: on
line diff
--- a/raw.h	Mon Oct 13 00:10:53 2008 +0000
+++ b/raw.h	Mon Oct 13 07:42:11 2008 +0000
@@ -30,7 +30,7 @@
 #include "avcodec.h"
 
 typedef struct PixelFormatTag {
-    int pix_fmt;
+    enum PixelFormat pix_fmt;
     unsigned int fourcc;
 } PixelFormatTag;