Index: source/libvpx/vp9/common/vp9_onyxc_int.h |
diff --git a/source/libvpx/vp9/common/vp9_onyxc_int.h b/source/libvpx/vp9/common/vp9_onyxc_int.h |
index ff1ab9fa237911db560d9b309ace9b87c9d6317c..1a957bc99baf4ae5c8eb54fc6cd02e7d50212b3e 100644 |
--- a/source/libvpx/vp9/common/vp9_onyxc_int.h |
+++ b/source/libvpx/vp9/common/vp9_onyxc_int.h |
@@ -76,7 +76,7 @@ typedef struct VP9Common { |
DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]); |
DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]); |
- COLOR_SPACE color_space; |
+ vpx_color_space_t color_space; |
int width; |
int height; |