Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-11-15 22:00:22 +0300
committerAnton Khirnov <anton@khirnov.net>2014-11-17 11:25:12 +0300
commit920bca3e2332dced9c78bd14cfc2ff138188bd57 (patch)
tree636a88eaf948e7efd3a1381443a0fba52d0a0cd4 /libavcodec/hevc.h
parentc00365b46d464ce47716315c1801818d811bdb9a (diff)
hevc: do not store pcm_flag 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 93c5125665..2cc2608fef 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -607,8 +607,6 @@ typedef struct CodingUnit {
uint8_t rqt_root_cbf;
- uint8_t pcm_flag;
-
// Inferred parameters
uint8_t intra_split_flag; ///< IntraSplitFlag
uint8_t max_trafo_depth; ///< MaxTrafoDepth