| Index: source/libvpx/vp9/encoder/vp9_svc_layercontext.c
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_svc_layercontext.c (revision 293588)
|
| +++ source/libvpx/vp9/encoder/vp9_svc_layercontext.c (working copy)
|
| @@ -39,7 +39,9 @@
|
| #if CONFIG_VP9_HIGHBITDEPTH
|
| cpi->common.use_highbitdepth,
|
| #endif
|
| - VP9_ENC_BORDER_IN_PIXELS, NULL, NULL, NULL))
|
| + VP9_ENC_BORDER_IN_PIXELS,
|
| + cpi->common.byte_alignment,
|
| + NULL, NULL, NULL))
|
| vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,
|
| "Failed to allocate empty frame for multiple frame "
|
| "contexts");
|
|
|