summaryrefslogtreecommitdiff
path: root/vp9/encoder
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-02-26 23:53:24 -0800
committerJames Zern <jzern@google.com>2014-02-26 23:53:24 -0800
commitcac037635c73a11701b81942076e9cdaaa3929bd (patch)
tree21934e66f2f43f2f6c9073f5c76216ae0e0b536c /vp9/encoder
parent104d8ec034729183f9c1bb80aea6ae546276e152 (diff)
downloadlibvpx-cac037635c73a11701b81942076e9cdaaa3929bd.tar
libvpx-cac037635c73a11701b81942076e9cdaaa3929bd.tar.gz
libvpx-cac037635c73a11701b81942076e9cdaaa3929bd.tar.bz2
libvpx-cac037635c73a11701b81942076e9cdaaa3929bd.zip
vp9_encodemv.h: fix function prototype
mismatch was introduced here: abe21e4 Removing redundant vp9_clear_system_state() call. Change-Id: I66f945c1ce385dddfdefa9f517f295dbdd01d286
Diffstat (limited to 'vp9/encoder')
-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 bb242b6dd..7f997ff37 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_COMP *cpi, MACROBLOCK *x, int_mv best_ref_mv[2]);