mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
zapit: disable spark hack, seems no longer necessary
Origin commit data
------------------
Commit: 6c46b8fc37
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-12 (Sun, 12 Feb 2017)
This commit is contained in:
@@ -2611,7 +2611,8 @@ static bool zapit_parse_command(CBasicMessage::Header &rmsg, int connfd)
|
|||||||
|
|
||||||
void CZapit::run()
|
void CZapit::run()
|
||||||
{
|
{
|
||||||
#if HAVE_SPARK_HARDWARE
|
//if HAVE_SPARK_HARDWARE
|
||||||
|
#if 0
|
||||||
bool v_stopped = false;
|
bool v_stopped = false;
|
||||||
#endif
|
#endif
|
||||||
set_threadname("zap:main");
|
set_threadname("zap:main");
|
||||||
@@ -2659,7 +2660,8 @@ void CZapit::run()
|
|||||||
SendEvent(CZapitClient::EVT_PMT_CHANGED, &channel_id, sizeof(channel_id));
|
SendEvent(CZapitClient::EVT_PMT_CHANGED, &channel_id, sizeof(channel_id));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if HAVE_SPARK_HARDWARE
|
//if HAVE_SPARK_HARDWARE
|
||||||
|
#if 0
|
||||||
/* hack: stop videodecoder if the tuner looses lock
|
/* hack: stop videodecoder if the tuner looses lock
|
||||||
* at least the h264 decoder seems unhappy if he runs out of data...
|
* at least the h264 decoder seems unhappy if he runs out of data...
|
||||||
* ...until we fix the driver, let's work around it here.
|
* ...until we fix the driver, let's work around it here.
|
||||||
|
Reference in New Issue
Block a user