diff --git a/cfg/sei_vui/constituent_rectangles.cfg b/cfg/sei_vui/constituent_rectangles.cfg
index aade32e6f802ab635bd04f41487f5d32b16780f5..86c96cfefce09a8280cc54c29952185b33ce6e6c 100644
--- a/cfg/sei_vui/constituent_rectangles.cfg
+++ b/cfg/sei_vui/constituent_rectangles.cfg
@@ -13,7 +13,7 @@ SEICrLog2UnitSize                       : 0
 SEICrRectSizeLenMinus1                  : 10
 SEICrRectTypePresentFlag                : 1 1 1 1
 SEICrRectTypeIdc                        : 0 0 1 2
-SEICrSEIRectId                          : 0 1 2 3
+SEICrRectId                             : 0 1 2 3
 SEICrRectTypeDescriptionPresentFlag     : 1 1 1 1
 SEICrRectTopLeftInUnitsX                : 0 1920 0 1920
 SEICrRectTopLeftInUnitsY                : 0 0 1080 1080
diff --git a/source/Lib/EncoderLib/EncCfg.h b/source/Lib/EncoderLib/EncCfg.h
index dca795df42a540b494172741546ad32a348f7e1a..85ed0dc744d3c8446a4faae501c687bc325e0cf3 100644
--- a/source/Lib/EncoderLib/EncCfg.h
+++ b/source/Lib/EncoderLib/EncCfg.h
@@ -964,8 +964,8 @@ protected:
   bool        m_crSEIRectTypeDescriptionsEnabledFlag;
   bool        m_crSEISubpicsPartitioningFlag;
   bool        m_crSEIRectSameSizeFlag;
-  bool        m_crSEINumColsMinus1;
-  bool        m_crSEINumRowsMinus1;
+  uint32_t    m_crSEINumColsMinus1;
+  uint32_t    m_crSEINumRowsMinus1;
   uint8_t     m_crSEILog2UnitSize;
   uint8_t     m_crSEIRectSizeLenMinus1;
   std::vector<bool>        m_crSEIRectTypePresentFlag;