Index: source/libvpx/vp9/common/vp9_quant_common.h |
=================================================================== |
--- source/libvpx/vp9/common/vp9_quant_common.h (revision 251189) |
+++ source/libvpx/vp9/common/vp9_quant_common.h (working copy) |
@@ -27,7 +27,8 @@ |
int16_t vp9_dc_quant(int qindex, int delta); |
int16_t vp9_ac_quant(int qindex, int delta); |
-int vp9_get_qindex(struct segmentation *seg, int segment_id, int base_qindex); |
+int vp9_get_qindex(const struct segmentation *seg, int segment_id, |
+ int base_qindex); |
#ifdef __cplusplus |
} // extern "C" |