summaryrefslogtreecommitdiff
path: root/vpx_scale/yv12config.h
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-10-16 16:25:08 -0700
committerYaowu Xu <yaowu@google.com>2015-10-16 16:27:18 -0700
commit568429512eb932b7576a50c563b77db271a13e8e (patch)
treec7f99cf215966fd2fcfe1e01ef3c239d61f3d700 /vpx_scale/yv12config.h
parent7dd7a7da206bddb7d3d3deffa23984719bb89d87 (diff)
downloadlibvpx-568429512eb932b7576a50c563b77db271a13e8e.tar
libvpx-568429512eb932b7576a50c563b77db271a13e8e.tar.gz
libvpx-568429512eb932b7576a50c563b77db271a13e8e.tar.bz2
libvpx-568429512eb932b7576a50c563b77db271a13e8e.zip
Add a new enum type vpx_color_range_t
to make meaning of color_range obvious. Change-Id: I303582e448b82b3203b497e27b22601cc718dfff
Diffstat (limited to 'vpx_scale/yv12config.h')
-rw-r--r--vpx_scale/yv12config.h2
1 files changed, 1 insertions, 1 deletions
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;