From ed0932e6ef6eed3aec745d5b20f98f7a8a1d6f57 Mon Sep 17 00:00:00 2001
From: Karsten Suehring <karsten.suehring@hhi.fraunhofer.de>
Date: Thu, 27 Feb 2020 11:44:01 +0100
Subject: [PATCH] Bugfix: initialize all constraint flags

---
 source/Lib/CommonLib/Slice.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/source/Lib/CommonLib/Slice.h b/source/Lib/CommonLib/Slice.h
index 04277e71a..eed932060 100644
--- a/source/Lib/CommonLib/Slice.h
+++ b/source/Lib/CommonLib/Slice.h
@@ -318,6 +318,8 @@ public:
     , m_intraOnlyConstraintFlag  (false)
     , m_maxBitDepthConstraintIdc  (  0)
     , m_maxChromaFormatConstraintIdc(CHROMA_420)
+    , m_onePictureOnlyConstraintFlag (false)
+    , m_lowerBitRateConstraintFlag (false )
     , m_noQtbttDualTreeIntraConstraintFlag(false)
     , m_noPartitionConstraintsOverrideConstraintFlag(false)
     , m_noSaoConstraintFlag      (false)
-- 
GitLab