mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user