mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
zapit: remove redundant console output
This commit is contained in:
@@ -729,7 +729,7 @@ void CZapit::SetAudioStreamType(CZapitAudioChannel::ZapitAudioChannelType audioC
|
|||||||
int newpercent = GetPidVolume(0, 0, audioChannelType == CZapitAudioChannel::AC3);
|
int newpercent = GetPidVolume(0, 0, audioChannelType == CZapitAudioChannel::AC3);
|
||||||
SetVolumePercent(newpercent);
|
SetVolumePercent(newpercent);
|
||||||
|
|
||||||
printf("[zapit] starting %s audio\n", audioStr);
|
DBG("starting %s audio\n", audioStr);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CZapit::ChangeAudioPid(uint8_t index)
|
bool CZapit::ChangeAudioPid(uint8_t index)
|
||||||
@@ -1951,7 +1951,7 @@ bool CZapit::StartPlayBack(CZapitChannel *thisChannel)
|
|||||||
pcrDemux->pesFilter(thisChannel->getPcrPid());
|
pcrDemux->pesFilter(thisChannel->getPcrPid());
|
||||||
}
|
}
|
||||||
if (have_pcr) {
|
if (have_pcr) {
|
||||||
printf("[zapit] starting PCR 0x%X\n", thisChannel->getPcrPid());
|
//printf("[zapit] starting PCR 0x%X\n", thisChannel->getPcrPid());
|
||||||
pcrDemux->Start();
|
pcrDemux->Start();
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
@@ -1973,7 +1973,7 @@ bool CZapit::StartPlayBack(CZapitChannel *thisChannel)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (have_pcr) {
|
if (have_pcr) {
|
||||||
printf("[zapit] starting PCR 0x%X\n", thisChannel->getPcrPid());
|
//printf("[zapit] starting PCR 0x%X\n", thisChannel->getPcrPid());
|
||||||
pcrDemux->Start();
|
pcrDemux->Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user