summaryrefslogtreecommitdiff
path: root/vpx/vpx_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'vpx/vpx_image.h')
-rw-r--r--vpx/vpx_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpx/vpx_image.h b/vpx/vpx_image.h
index c06d35101..be9314751 100644
--- a/vpx/vpx_image.h
+++ b/vpx/vpx_image.h
@@ -82,6 +82,7 @@ extern "C" {
typedef struct vpx_image {
vpx_img_fmt_t fmt; /**< Image Format */
vpx_color_space_t cs; /**< Color Space */
+ int range; /**< Limited (0) vs. Full-range (1) sample data */
/* Image storage dimensions */
unsigned int w; /**< Stored image width */