streaminfo2.cpp:tiny fix

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b2ac6d337
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-17 (Mon, 17 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-09-17 14:17:16 +02:00
parent 1b1b4a0e45
commit 56425d83c8

View File

@@ -807,7 +807,9 @@ int CStreamInfo2::ts_setup ()
if(vpid == 0 && apid == 0) if(vpid == 0 && apid == 0)
return -1; 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); dmx->Open(DMX_TP_CHANNEL, NULL, 3 * 3008 * 62);