From 65f14128c4bcf8fcd9d3ba1e20b7a22057c9cfb0 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Fri, 19 Feb 2016 20:50:00 -0500 Subject: intrax8: Use a constant buffer instead of a ScratchpadContext The size of the block is fixed (8x8 plus padding). --- libavcodec/intrax8.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/intrax8.h') diff --git a/libavcodec/intrax8.h b/libavcodec/intrax8.h index f087b9f4d8..f30801e38b 100644 --- a/libavcodec/intrax8.h +++ b/libavcodec/intrax8.h @@ -51,6 +51,7 @@ typedef struct IntraX8Context { int divide_quant_dc_luma; int divide_quant_dc_chroma; uint8_t *dest[3]; + uint8_t scratchpad[42]; // size of the block is fixed (8x8 plus padding) // changed per block int edges; -- cgit v1.2.3