mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
streaminfo2.cpp:tiny fix
Origin commit data
------------------
Commit: 7b2ac6d337
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-17 (Mon, 17 Sep 2012)
This commit is contained in:
@@ -807,7 +807,9 @@ int CStreamInfo2::ts_setup ()
|
||||
if(vpid == 0 && apid == 0)
|
||||
return -1;
|
||||
|
||||
dmx = new cDemux(0);//FIXME test
|
||||
dmx = new cDemux(0);
|
||||
if(!dmx)
|
||||
return -1;
|
||||
|
||||
dmx->Open(DMX_TP_CHANNEL, NULL, 3 * 3008 * 62);
|
||||
|
||||
|
Reference in New Issue
Block a user