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:
Stefan Seyfried
2017-02-12 15:25:58 +01:00
parent 4de0a4332e
commit 5a18bcf26e

View File

@@ -2611,7 +2611,8 @@ static bool zapit_parse_command(CBasicMessage::Header &rmsg, int connfd)
void CZapit::run()
{
#if HAVE_SPARK_HARDWARE
//if HAVE_SPARK_HARDWARE
#if 0
bool v_stopped = false;
#endif
set_threadname("zap:main");
@@ -2659,7 +2660,8 @@ void CZapit::run()
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
* at least the h264 decoder seems unhappy if he runs out of data...
* ...until we fix the driver, let's work around it here.