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
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
#include "avcodec.h"
|
||||
|
||||
typedef struct PixelFormatTag {
|
||||
int pix_fmt;
|
||||
enum PixelFormat pix_fmt;
|
||||
unsigned int fourcc;
|
||||
} PixelFormatTag;
|
||||
|
||||
|
Reference in New Issue
Block a user