Index: source/libvpx/vp9/common/vp9_scale.h |
=================================================================== |
--- source/libvpx/vp9/common/vp9_scale.h (revision 292608) |
+++ source/libvpx/vp9/common/vp9_scale.h (working copy) |
@@ -33,7 +33,7 @@ |
convolve_fn_t predict[2][2][2]; // horiz, vert, avg |
#if CONFIG_VP9_HIGHBITDEPTH |
- high_convolve_fn_t high_predict[2][2][2]; // horiz, vert, avg |
+ highbd_convolve_fn_t highbd_predict[2][2][2]; // horiz, vert, avg |
#endif |
}; |