mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
@@ -2913,20 +2913,24 @@ void CZapit::run()
|
|||||||
for (unsigned i=0; i < (unsigned int) g_info.hw_caps->pip_devs; i++)
|
for (unsigned i=0; i < (unsigned int) g_info.hw_caps->pip_devs; i++)
|
||||||
{
|
{
|
||||||
StopPip(i);
|
StopPip(i);
|
||||||
if (pipVideoDecoder[i]) {
|
if (pipVideoDecoder[i])
|
||||||
|
{
|
||||||
delete pipVideoDecoder[i];
|
delete pipVideoDecoder[i];
|
||||||
pipVideoDecoder[i] = NULL;
|
pipVideoDecoder[i] = NULL;
|
||||||
}
|
}
|
||||||
if (pipVideoDemux[i]) {
|
if (pipVideoDemux[i])
|
||||||
|
{
|
||||||
delete pipVideoDemux[i];
|
delete pipVideoDemux[i];
|
||||||
pipVideoDemux[i] = NULL;
|
pipVideoDemux[i] = NULL;
|
||||||
}
|
}
|
||||||
#if !HAVE_CST_HARDWARE
|
#if !HAVE_CST_HARDWARE
|
||||||
if (pipAudioDecoder[i]) {
|
if (pipAudioDecoder[i])
|
||||||
|
{
|
||||||
delete pipAudioDecoder[i];
|
delete pipAudioDecoder[i];
|
||||||
pipAudioDecoder[i] = NULL;
|
pipAudioDecoder[i] = NULL;
|
||||||
}
|
}
|
||||||
if (pipAudioDemux[i]) {
|
if (pipAudioDemux[i])
|
||||||
|
{
|
||||||
delete pipAudioDemux[i];
|
delete pipAudioDemux[i];
|
||||||
pipAudioDemux[i] = NULL;
|
pipAudioDemux[i] = NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user