From 5a18bcf26e66c543f8ebcffa9c710c9c9659ffbe Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 12 Feb 2017 15:25:58 +0100 Subject: [PATCH] zapit: disable spark hack, seems no longer necessary Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/6c46b8fc370fa574cbd0d039104e651a5a48ed37 Author: Stefan Seyfried Date: 2017-02-12 (Sun, 12 Feb 2017) --- src/zapit/src/zapit.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/zapit/src/zapit.cpp b/src/zapit/src/zapit.cpp index d6b260cf3..2dd528e43 100644 --- a/src/zapit/src/zapit.cpp +++ b/src/zapit/src/zapit.cpp @@ -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.