zapit screen not black when zapping

Origin commit data
------------------
Branch: ni/coolstream
Commit: 88be9e196e
Author: Frankenstone <dampf_acc@online.de>
Date: 2019-01-20 (Sun, 20 Jan 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2019-01-20 14:07:46 +01:00
committed by vanhofen
parent 7a21279faf
commit e1e3cc0cd1

View File

@@ -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();