From d97392e6b5c7f83e166ce02bc407d88d098ff2c0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 7 Mar 2016 22:16:05 +0100 Subject: cfhd: Use the proper type for CFHDContext.coded_format --- libavcodec/cfhd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3