diff --git a/plugins/channelrx/demoddatv/datvdemodsink.cpp b/plugins/channelrx/demoddatv/datvdemodsink.cpp index 4eee1bd06..ba58874b4 100644 --- a/plugins/channelrx/demoddatv/datvdemodsink.cpp +++ b/plugins/channelrx/demoddatv/datvdemodsink.cpp @@ -1172,7 +1172,7 @@ void DATVDemodSink::InitDATVS2Framework() p_verrcount) ; leansdr::s2_fecdec_helper *fecdec = (leansdr::s2_fecdec_helper *) r_fecdechelper; - const int nhelpers = 4; + const int nhelpers = 6; fecdec->nhelpers = nhelpers; fecdec->must_buffer = false; fecdec->max_trials = m_settings.m_softLDPCMaxTrials;