Message ID | alpine.DEB.2.11.1610191212570.32173@cone.martin.st |
---|---|
State | Superseded |
Headers | show |
diff --git a/libavcodec/vp9.h b/libavcodec/vp9.h index 84bed6d..ba622b1 100644 --- a/libavcodec/vp9.h +++ b/libavcodec/vp9.h @@ -420,7 +420,7 @@ typedef struct VP9Context { // whole-frame cache uint8_t *intra_pred_data[3]; VP9Filter *lflvl; - DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer)[71 * 80]; + DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer)[72 * 80]; // block reconstruction intermediates int16_t *block_base, *block, *uvblock_base[2], *uvblock[2];