Chromium Code Reviews| Index: source/libvpx/vp9/encoder/vp9_pickmode.h |
| =================================================================== |
| --- source/libvpx/vp9/encoder/vp9_pickmode.h (revision 251189) |
| +++ source/libvpx/vp9/encoder/vp9_pickmode.h (working copy) |
| @@ -22,8 +22,7 @@ |
| int mi_row, int mi_col, |
| int *returnrate, |
| int64_t *returndistortion, |
| - BLOCK_SIZE bsize, |
| - PICK_MODE_CONTEXT *ctx); |
| + BLOCK_SIZE bsize); |
| #ifdef __cplusplus |
| } // extern "C" |