mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
streamts: add dvbsub and teletext pid to stream
This commit is contained in:
@@ -345,8 +345,8 @@ void CRecordInstance::GetPids(CZapitChannel * channel)
|
||||
allpids.PIDs.vtxtpid = channel->getTeletextPid();
|
||||
allpids.PIDs.pmtpid = channel->getPmtPid();
|
||||
allpids.PIDs.selected_apid = channel->getAudioChannelIndex();
|
||||
#if 0 // not needed
|
||||
allpids.PIDs.pcrpid = channel->getPcrPid();
|
||||
#if 0 // not needed
|
||||
allpids.PIDs.privatepid = channel->getPrivatePid();
|
||||
#endif
|
||||
allpids.APIDs.clear();
|
||||
|
Reference in New Issue
Block a user