src/driver/streamts.cpp check after new

This commit is contained in:
Jacek Jendrzej
2016-04-10 19:42:39 +02:00
parent 74caa1a949
commit b526c2480c

View File

@@ -169,6 +169,8 @@ bool CStreamInstance::Open()
return false;
dmx = new cDemux(tmpchan->getRecordDemux());//FIXME
if(!dmx)
return false;
return dmx->Open(DMX_TP_CHANNEL, NULL, DMX_BUFFER_SIZE);
}