summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2014-02-27 08:56:32 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-02-27 08:56:32 -0800
commit962c3bbe11baecd1d8278837d70358d132f84f69 (patch)
treeab38a261312aebe3f24e9b0912ca605746d80234 /vp9
parentaf7d99796e0e3f21f0386e1f5c01201155152be2 (diff)
parentcac037635c73a11701b81942076e9cdaaa3929bd (diff)
downloadlibvpx-962c3bbe11baecd1d8278837d70358d132f84f69.tar
libvpx-962c3bbe11baecd1d8278837d70358d132f84f69.tar.gz
libvpx-962c3bbe11baecd1d8278837d70358d132f84f69.tar.bz2
libvpx-962c3bbe11baecd1d8278837d70358d132f84f69.zip
Merge "vp9_encodemv.h: fix function prototype"
Diffstat (limited to 'vp9')
-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]);