summaryrefslogtreecommitdiff
path: root/libavcodec/raw.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/raw.h')
-rw-r--r--libavcodec/raw.h2
1 files changed, 1 insertions, 1 deletions
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;