mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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
|
||||
|
@@ -120,7 +120,7 @@ bool CPmt::Parse(CZapitChannel * const channel)
|
||||
|
||||
if (channel->scrambled)
|
||||
{
|
||||
MakeCAPids(capids);
|
||||
MakeCAPids(capids);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user