| Index: source/libvpx/vp9/common/vp9_quant_common.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_quant_common.h (revision 219822)
|
| +++ source/libvpx/vp9/common/vp9_quant_common.h (working copy)
|
| @@ -23,6 +23,6 @@
|
| int16_t vp9_dc_quant(int qindex, int delta);
|
| int16_t vp9_ac_quant(int qindex, int delta);
|
|
|
| -int vp9_get_qindex(MACROBLOCKD *mb, int segment_id, int base_qindex);
|
| +int vp9_get_qindex(struct segmentation *seg, int segment_id, int base_qindex);
|
|
|
| #endif // VP9_COMMON_VP9_QUANT_COMMON_H_
|
|
|