mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
tuxtxt: use demux 0
Conflicts: lib/libtuxtxt/tuxtxt.cpp
This commit is contained in:
@@ -2315,7 +2315,8 @@ int GetTeletextPIDs()
|
|||||||
unsigned char mask[DMX_FILTER_SIZE] = { 0 };
|
unsigned char mask[DMX_FILTER_SIZE] = { 0 };
|
||||||
int res;
|
int res;
|
||||||
|
|
||||||
cDemux * dmx = new cDemux(1);
|
cDemux * dmx = new cDemux(0);
|
||||||
|
|
||||||
dmx->Open(DMX_PSI_CHANNEL);
|
dmx->Open(DMX_PSI_CHANNEL);
|
||||||
|
|
||||||
mask[0] = 0xFF;
|
mask[0] = 0xFF;
|
||||||
|
Reference in New Issue
Block a user