summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-11-15 20:00:22 +0100
committerAnton Khirnov <anton@khirnov.net>2014-11-17 09:25:12 +0100
commit2c6a7f9348378f887066fb1669c46b9485e8ef3e (patch)
treeacfbc95dc229e3538bf33c6b0a9ad6252b7d47c9 /libavcodec/hevc.h
parent920bca3e2332dced9c78bd14cfc2ff138188bd57 (diff)
hevc: do not store rqt_root_cbf in the context
It does not need to be accessed outside of hls_coding_unit().
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 2cc2608fef..37131cd726 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -605,8 +605,6 @@ typedef struct CodingUnit {
enum PredMode pred_mode; ///< PredMode
enum PartMode part_mode; ///< PartMode
- uint8_t rqt_root_cbf;
-
// Inferred parameters
uint8_t intra_split_flag; ///< IntraSplitFlag
uint8_t max_trafo_depth; ///< MaxTrafoDepth