| Index: source/libvpx/vp9/encoder/vp9_quantize.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_quantize.h (revision 254565)
|
| +++ source/libvpx/vp9/encoder/vp9_quantize.h (working copy)
|
| @@ -28,7 +28,7 @@
|
|
|
| void vp9_update_zbin_extra(struct VP9_COMP *cpi, MACROBLOCK *x);
|
|
|
| -void vp9_mb_init_quantizer(struct VP9_COMP *cpi, MACROBLOCK *x);
|
| +void vp9_init_plane_quantizers(struct VP9_COMP *cpi, MACROBLOCK *x);
|
|
|
| void vp9_init_quantizer(struct VP9_COMP *cpi);
|
|
|
|
|