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:
Jacek Jendrzej
2012-09-17 14:17:16 +02:00
parent fe47c95a54
commit 0e36c42af8

View File

@@ -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);