shithub: libvpx

Download patch

ref: 67b07c520d253955d1b4ea2d0fca2a7d3b905bba
parent: 845fd5011cfcb7e03fe16321bcb8970e5bd77e06
parent: 6c8ef8d95717b5ce272a3dfc8b254d3ff25b45c2
author: Johann <[email protected]>
date: Thu Jul 25 11:10:52 EDT 2013

Merge "Add const to vp9_accum_mv_refs parameter"

--- a/vp9/common/vp9_entropymode.h
+++ b/vp9/common/vp9_entropymode.h
@@ -69,7 +69,9 @@
 
 void vp9_adapt_mode_probs(struct VP9Common *);
 
-void vp9_accum_mv_refs(struct VP9Common *pc, MB_PREDICTION_MODE m, int context);
+void vp9_accum_mv_refs(struct VP9Common *pc,
+                       MB_PREDICTION_MODE m,
+                       const int context);
 
 void tx_counts_to_branch_counts_32x32(unsigned int *tx_count_32x32p,
                                       unsigned int (*ct_32x32p)[2]);