| Index: source/libvpx/vp9/encoder/vp9_rd.h
|
| diff --git a/source/libvpx/vp9/encoder/vp9_rd.h b/source/libvpx/vp9/encoder/vp9_rd.h
|
| index b18a816599fc4274dfb233cdefc1f26962b6c795..4d247342b0ae8dd0919b0b840ae309bcf1ed42ca 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_rd.h
|
| +++ b/source/libvpx/vp9/encoder/vp9_rd.h
|
| @@ -132,7 +132,7 @@ int vp9_compute_rd_mult(const struct VP9_COMP *cpi, int qindex);
|
|
|
| void vp9_initialize_rd_consts(struct VP9_COMP *cpi);
|
|
|
| -void vp9_initialize_me_consts(struct VP9_COMP *cpi, int qindex);
|
| +void vp9_initialize_me_consts(struct VP9_COMP *cpi, MACROBLOCK *x, int qindex);
|
|
|
| void vp9_model_rd_from_var_lapndz(unsigned int var, unsigned int n,
|
| unsigned int qstep, int *rate,
|
|
|