summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodemv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_encodemv.h')
-rw-r--r--vp9/encoder/vp9_encodemv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_encodemv.h b/vp9/encoder/vp9_encodemv.h
index eb0e24f19..f16b2c17c 100644
--- a/vp9/encoder/vp9_encodemv.h
+++ b/vp9/encoder/vp9_encodemv.h
@@ -26,7 +26,7 @@ void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref,
const nmv_context* mvctx, int usehp);
void vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2],
- const nmv_context* const mvctx, int usehp);
+ const nmv_context* mvctx, int usehp);
void vp9_update_mv_count(VP9_COMMON *cm, const MACROBLOCKD *xd,
const MV best_ref_mv[2]);