projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
104d8ec
)
vp9_encodemv.h: fix function prototype
author
James Zern
<jzern@google.com>
Thu, 27 Feb 2014 07:53:24 +0000
(23:53 -0800)
committer
James Zern
<jzern@google.com>
Thu, 27 Feb 2014 07:53:24 +0000
(23:53 -0800)
mismatch was introduced here:
abe21e4 Removing redundant vp9_clear_system_state() call.
Change-Id: I66f945c1ce385dddfdefa9f517f295dbdd01d286
vp9/encoder/vp9_encodemv.h
patch
|
blob
|
history
diff --git
a/vp9/encoder/vp9_encodemv.h
b/vp9/encoder/vp9_encodemv.h
index
bb242b6
..
7f997ff
100644
(file)
--- 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]);