tuxtxt: use demux 0

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8ed14947e6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2018-02-25 21:36:45 +01:00
committed by vanhofen
parent febe9ba1db
commit 896b247966

View File

@@ -2312,8 +2312,7 @@ int GetTeletextPIDs()
unsigned char filter[DMX_FILTER_SIZE] = { 0 };
unsigned char mask[DMX_FILTER_SIZE] = { 0 };
int res;
cDemux * dmx = new cDemux(1);
cDemux * dmx = new cDemux(0);
dmx->Open(DMX_PSI_CHANNEL);
mask[0] = 0xFF;