summaryrefslogtreecommitdiff
path: root/tools_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools_common.h')
-rw-r--r--tools_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools_common.h b/tools_common.h
index 21248827a..e033de23d 100644
--- a/tools_common.h
+++ b/tools_common.h
@@ -89,7 +89,7 @@ struct VpxInputContext {
enum VideoFileType file_type;
uint32_t width;
uint32_t height;
- int use_i420;
+ vpx_img_fmt_t fmt;
int only_i420;
uint32_t fourcc;
struct VpxRational framerate;