1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

DV Serial: implement FIFO slots

This commit is contained in:
f4exb
2016-10-11 22:52:45 +02:00
parent 13e832a20e
commit 18a8e7c903
3 changed files with 16 additions and 8 deletions
+2
View File
@@ -258,10 +258,12 @@ void DVSerialEngine::pushMbeFrame(const unsigned char *mbeFrame, int mbeRateInde
{
it->worker->pushMbeFrame(mbeFrame, mbeRateIndex, mbeVolumeIndex, channels, audioFifo);
done = true;
break;
}
else if (it->worker->isAvailable())
{
itAvail = it;
break;
}
++it;