Index: source/libvpx/vp9/encoder/vp9_encodemv.h |
=================================================================== |
--- source/libvpx/vp9/encoder/vp9_encodemv.h (revision 251189) |
+++ source/libvpx/vp9/encoder/vp9_encodemv.h (working copy) |
@@ -20,7 +20,7 @@ |
void vp9_entropy_mv_init(); |
-void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vp9_writer* const); |
+void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vp9_writer *w); |
void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref, |
const nmv_context* mvctx, int usehp); |