streaminfo2.cpp:tiny fix

This commit is contained in:
satbaby
2012-09-17 14:17:16 +02:00
parent 324a4721f4
commit 7b2ac6d337

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