Skip to content
Snippets Groups Projects

Fix: avoid redundant coding of RPL in both SPS and SH in multilayer

Merged Fabrice URBAN requested to merge (removed):multilayer_RPL into master
2 files
+ 88
93
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -132,6 +132,8 @@ static constexpr uint8_t MAX_UCHAR = 255;
static constexpr uint8_t MAX_SCHAR = 127;
static constexpr double MAX_DOUBLE = 1.7e+308; ///< max. value of double-type value
static constexpr Distortion MAX_DISTORTION = std::numeric_limits<Distortion>::max();
// ====================================================================================================================
// Coding tool configuration
// ====================================================================================================================
Loading