ref: 962c3bbe11baecd1d8278837d70358d132f84f69
parent: af7d99796e0e3f21f0386e1f5c01201155152be2
parent: cac037635c73a11701b81942076e9cdaaa3929bd
author: Yaowu Xu <[email protected]>
date: Thu Feb 27 03:56:32 EST 2014
Merge "vp9_encodemv.h: fix function prototype"
--- a/vp9/encoder/vp9_encodemv.h
+++ b/vp9/encoder/vp9_encodemv.h
@@ -26,7 +26,7 @@
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_COMP *cpi, MACROBLOCK *x, int_mv best_ref_mv[2]);