streamts: add dvbsub and teletext pid to stream

This commit is contained in:
Jacek Jendrzej
2013-08-08 15:09:30 +02:00
parent 70882dde00
commit ada1ec3e60
3 changed files with 23 additions and 2 deletions

View File

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