From 568429512eb932b7576a50c563b77db271a13e8e Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Fri, 16 Oct 2015 16:25:08 -0700 Subject: Add a new enum type vpx_color_range_t to make meaning of color_range obvious. Change-Id: I303582e448b82b3203b497e27b22601cc718dfff --- vpx_scale/yv12config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vpx_scale/yv12config.h') diff --git a/vpx_scale/yv12config.h b/vpx_scale/yv12config.h index 3a044526e..37b255d4d 100644 --- a/vpx_scale/yv12config.h +++ b/vpx_scale/yv12config.h @@ -56,7 +56,7 @@ typedef struct yv12_buffer_config { int subsampling_y; unsigned int bit_depth; vpx_color_space_t color_space; - int color_range; + vpx_color_range_t color_range; int render_width; int render_height; -- cgit v1.2.3