summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-06-29 13:14:39 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-06-30 11:06:20 +0200
commita3b833c3ea9caf54d1a07980343bb82d9337105f (patch)
treed2ff0e6598b2e2bac074925b2bbf15a61d6b137c /libavcodec/hevcdec.h
parent9a167a15c7918d56a6a1f8d26ea17649566befb8 (diff)
avcodec/hevcdec: Remove redundant context_initialized
All contexts are always initialized during init, regardless of whether frame threading is in use or not. Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/hevcdec.h')
-rw-r--r--libavcodec/hevcdec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hevcdec.h b/libavcodec/hevcdec.h
index de861b88b3..ff2199aa5a 100644
--- a/libavcodec/hevcdec.h
+++ b/libavcodec/hevcdec.h
@@ -563,7 +563,6 @@ typedef struct HEVCContext {
// type of the first VCL NAL of the current frame
enum HEVCNALUnitType first_nal_type;
- uint8_t context_initialized;
int is_nalff; ///< this flag is != 0 if bitstream is encapsulated
///< as a format defined in 14496-15
int apply_defdispwin;