diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-11-15 20:00:22 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-11-17 09:25:12 +0100 |
commit | 920bca3e2332dced9c78bd14cfc2ff138188bd57 (patch) | |
tree | 636a88eaf948e7efd3a1381443a0fba52d0a0cd4 /libavcodec/hevc.h | |
parent | c00365b46d464ce47716315c1801818d811bdb9a (diff) | |
download | ffmpeg-920bca3e2332dced9c78bd14cfc2ff138188bd57.tar.gz |
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.h | 2 |
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 |