Chromium Code Reviews| Index: source/libvpx/vp9/encoder/vp9_subexp.h |
| =================================================================== |
| --- source/libvpx/vp9/encoder/vp9_subexp.h (revision 232232) |
| +++ source/libvpx/vp9/encoder/vp9_subexp.h (working copy) |
| @@ -19,7 +19,7 @@ |
| vp9_prob newp, vp9_prob oldp); |
| void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp, |
| - vp9_prob upd, unsigned int *ct); |
| + unsigned int *ct); |
| int vp9_prob_diff_update_savings_search(const unsigned int *ct, |
| vp9_prob oldp, vp9_prob *bestp, |