Index: source/libvpx/vpx/vpx_image.h |
=================================================================== |
--- source/libvpx/vpx/vpx_image.h (revision 281795) |
+++ source/libvpx/vpx/vpx_image.h (working copy) |
@@ -103,8 +103,9 @@ |
vpx_img_fmt_t fmt; /**< Image Format */ |
/* Image storage dimensions */ |
- unsigned int w; /**< Stored image width */ |
- unsigned int h; /**< Stored image height */ |
+ unsigned int w; /**< Stored image width */ |
+ unsigned int h; /**< Stored image height */ |
+ unsigned int bit_depth; /**< Stored image bit-depth */ |
/* Image display dimensions */ |
unsigned int d_w; /**< Displayed image width */ |