mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
src/driver/streamts.cpp check after new
Origin commit data
------------------
Commit: b526c2480c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-10 (Sun, 10 Apr 2016)
This commit is contained in:
@@ -169,6 +169,8 @@ bool CStreamInstance::Open()
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
dmx = new cDemux(tmpchan->getRecordDemux());//FIXME
|
dmx = new cDemux(tmpchan->getRecordDemux());//FIXME
|
||||||
|
if(!dmx)
|
||||||
|
return false;
|
||||||
return dmx->Open(DMX_TP_CHANNEL, NULL, DMX_BUFFER_SIZE);
|
return dmx->Open(DMX_TP_CHANNEL, NULL, DMX_BUFFER_SIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user