From e1e3cc0cd1387278b3bbfaec26c5960943a79c97 Mon Sep 17 00:00:00 2001 From: Frankenstone Date: Sun, 20 Jan 2019 14:07:46 +0100 Subject: [PATCH] zapit screen not black when zapping Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/88be9e196e82158f47adad84940bc6f0199f6fb0 Author: Frankenstone Date: 2019-01-20 (Sun, 20 Jan 2019) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/zapit/src/zapit.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/zapit/src/zapit.cpp b/src/zapit/src/zapit.cpp index e416b1371..f81813e27 100644 --- a/src/zapit/src/zapit.cpp +++ b/src/zapit/src/zapit.cpp @@ -2347,13 +2347,14 @@ bool CZapit::StopPlayBack(bool send_pmt, bool blank) audioDemux->Stop(); audioDecoder->Stop(); #else + videoDecoder->Stop(false); videoDemux->Stop(); audioDemux->Stop(); pcrDemux->Stop(); audioDecoder->Stop(); /* hack. if standby, dont blank video -> for paused timeshift */ - videoDecoder->Stop(standby ? false : blank); + //videoDecoder->Stop(standby ? false : blank); #endif #ifdef USE_VBI videoDecoder->StopVBI();