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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/vpx/vpx_image.h b/vpx/vpx_image.h
index 7b04b70a1..d45b003c6 100644
--- a/vpx/vpx_image.h
+++ b/vpx/vpx_image.h
@@ -103,9 +103,8 @@ extern "C" {
vpx_img_fmt_t fmt; /**< Image Format */
/* Image storage dimensions */
- unsigned int w; /**< Stored image width */
- unsigned int h; /**< Stored image height */
- unsigned int bit_depth; /**< Stored image bit-depth */
+ unsigned int w; /**< Stored image width */
+ unsigned int h; /**< Stored image height */
/* Image display dimensions */
unsigned int d_w; /**< Displayed image width */