From 0daa2554636ba1d31f3162ffb86991e84eb938a8 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 27 Jul 2014 09:49:37 +0000 Subject: hevc: do not store the transform inter_split flag in the context It does not need to be preserved. --- libavcodec/hevc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/hevc.h') diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index e8f8f1a..6894160 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -650,9 +650,6 @@ typedef struct TransformTree { uint8_t cbf_cb[MAX_TRANSFORM_DEPTH][MAX_CU_SIZE * MAX_CU_SIZE]; uint8_t cbf_cr[MAX_TRANSFORM_DEPTH][MAX_CU_SIZE * MAX_CU_SIZE]; uint8_t cbf_luma; - - // Inferred parameters - uint8_t inter_split_flag; } TransformTree; typedef struct TransformUnit { -- cgit v1.1