| Index: libvpx/source/libvpx/vp8/encoder/encodemv.h
|
| diff --git a/libvpx/source/libvpx/vp8/encoder/encodemv.h b/libvpx/source/libvpx/vp8/encoder/encodemv.h
|
| index a6116c133d01a6dc36b4eb3046d48f2f4d8eb9bf..e4481bff0c480a856f35618cb7f6ec78b4c35e70 100644
|
| --- a/libvpx/source/libvpx/vp8/encoder/encodemv.h
|
| +++ b/libvpx/source/libvpx/vp8/encoder/encodemv.h
|
| @@ -16,6 +16,6 @@
|
|
|
| void vp8_write_mvprobs(VP8_COMP *);
|
| void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
|
| -void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]);
|
| +void vp8_build_component_cost_table(int *mvcost[2], int *mvsadcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]);
|
|
|
| #endif
|
|
|