diff --git a/source/App/EncoderApp/EncAppCfg.cpp b/source/App/EncoderApp/EncAppCfg.cpp index 4e8edd2661dcdf1e31ae09771b7c073bf08441fd..b6d2ed46e11cf9461695f152325702be36cfc016 100644 --- a/source/App/EncoderApp/EncAppCfg.cpp +++ b/source/App/EncoderApp/EncAppCfg.cpp @@ -1876,7 +1876,7 @@ bool EncAppCfg::parseCfg( int argc, char* argv[] ) //Allow less number of tiles only when the rectangular slice is at the right most or bottom most of the picture if (sliceEndRow != m_numTileRowsMinus1 || sliceEndCol != m_numTileColumnsMinus1) { - EXIT("Error: One or more slices that is not at the picture boundary contain less tiles than the defined number of tiles per slice"); + //EXIT("Error: One or more slices that is not at the picture boundary contain less tiles than the defined number of tiles per slice"); } } }