summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-09-23 21:36:43 +0000
committerMichael Niedermayer <michaelni@gmx.at>2014-10-01 12:12:28 +0200
commit9a3653c9ecc4bbbbb502513a70bccd4090ed12b0 (patch)
treeed91a449ea700211ef35076f23d0e1e0e02aeb17 /libavcodec/hevc.h
parent79551d2c7a772ea971e94f0b8dc03d1e897e8d86 (diff)
hevc: reuse edge emu buffer for coefficients
Kind of hackish but... Reviewed-by: Mickael Raulet <Mickael.Raulet@insa-rennes.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 87a59fb8e1..7205a78e5c 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -679,7 +679,6 @@ typedef struct PredictionUnit {
} PredictionUnit;
typedef struct TransformUnit {
- DECLARE_ALIGNED(32, int16_t, coeffs[2][MAX_TB_SIZE * MAX_TB_SIZE]);
int cu_qp_delta;
int res_scale_val;