summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-03-07 22:16:05 +0100
committerAnton Khirnov <anton@khirnov.net>2016-07-25 13:57:00 +0200
commitd97392e6b5c7f83e166ce02bc407d88d098ff2c0 (patch)
tree2558ac64847fa8832e68d90a06d82427a4ee6cb1
parent65fb26d988022b0f2fbc94f09fad521fd1db12bd (diff)
cfhd: Use the proper type for CFHDContext.coded_format
-rw-r--r--libavcodec/cfhd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cfhd.h b/libavcodec/cfhd.h
index 831ff99cec..81e1cba21e 100644
--- a/libavcodec/cfhd.h
+++ b/libavcodec/cfhd.h
@@ -80,7 +80,7 @@ typedef struct CFHDContext {
int coded_width;
int coded_height;
- int coded_format;
+ enum AVPixelFormat coded_format;
int a_width;
int a_height;