Fixed could decode for diskdata

This commit is contained in:
Jordan Sherer 2019-11-05 15:57:25 -05:00
parent 28c6e2af0a
commit 6b8662f7b8

View File

@ -3983,6 +3983,12 @@ bool MainWindow::decodeReady(int submode, int period, int *pSubmode, int *pPerio
dec_data.params.kszC = NTMAX*RX_SAMPLE_RATE-1;
dec_data.params.kszD = NTMAX*RX_SAMPLE_RATE-1;
dec_data.params.nsubmodes = 0;
couldDecodeA = true;
couldDecodeB = true;
couldDecodeC = true;
#if JS8_ENABLE_JS8D
couldDecodeD = true;
#endif
} else {
// set the params for starting positions and sizes for decode
dec_data.params.kposA = cycleSampleStartA;