Chromium Code Reviews| Index: source/libvpx/vp9/encoder/vp9_lookahead.c |
| =================================================================== |
| --- source/libvpx/vp9/encoder/vp9_lookahead.c (revision 247498) |
| +++ source/libvpx/vp9/encoder/vp9_lookahead.c (working copy) |
| @@ -73,7 +73,7 @@ |
| for (i = 0; i < depth; i++) |
| if (vp9_alloc_frame_buffer(&ctx->buf[i].img, |
| width, height, subsampling_x, subsampling_y, |
| - VP9BORDERINPIXELS)) |
| + VP9_ENC_BORDER_IN_PIXELS)) |
| goto bail; |
| } |
| return ctx; |