fix whitespace errors in previous commit

Origin commit data
------------------
Commit: ec58373c9c
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-06 (Tue, 06 Sep 2022)

Origin message was:
------------------
- fix whitespace errors in previous commit
This commit is contained in:
vanhofen
2022-09-06 18:05:30 +02:00
parent d98e564042
commit 3a9809cf5b
2 changed files with 4 additions and 4 deletions

View File

@@ -508,7 +508,7 @@ void CStreamManager::AddPids(int fd, CZapitChannel *channel, stream_pids_t &pids
{
pids.insert(channel->getVideoPid());
printf("CStreamManager::AddPids: vpid 0x%04x \n", channel->getVideoPid());
}
}
for (int i = 0; i < channel->getAudioChannelCount(); i++)
{
pids.insert(channel->getAudioChannel(i)->pid);
@@ -518,8 +518,8 @@ void CStreamManager::AddPids(int fd, CZapitChannel *channel, stream_pids_t &pids
{
for(casys_pids_iterator_t it = channel->capids.begin(); it != channel->capids.end(); ++it)
{
pids.insert((*it)); //all ECM Pids
printf("CStreamManager::AddPids: capid 0x%04x \n", (*it));
pids.insert((*it)); //all ECM Pids
printf("CStreamManager::AddPids: capid 0x%04x \n", (*it));
}
}
pids.insert(0); //PAT

View File

@@ -120,7 +120,7 @@ bool CPmt::Parse(CZapitChannel * const channel)
if (channel->scrambled)
{
MakeCAPids(capids);
MakeCAPids(capids);
}