| 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 59a87cf98ee6d490540d8f8d870ecfa6d68a2bd6..b18a816599fc4274dfb233cdefc1f26962b6c795 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_rd.h
|
| +++ b/source/libvpx/vp9/encoder/vp9_rd.h
|
| @@ -147,8 +147,8 @@ int vp9_raster_block_offset(BLOCK_SIZE plane_bsize,
|
| int16_t* vp9_raster_block_offset_int16(BLOCK_SIZE plane_bsize,
|
| int raster_block, int16_t *base);
|
|
|
| -const YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const struct VP9_COMP *cpi,
|
| - int ref_frame);
|
| +YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const struct VP9_COMP *cpi,
|
| + int ref_frame);
|
|
|
| void vp9_init_me_luts();
|
|
|
|
|