mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +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();
|
audioDemux->Stop();
|
||||||
audioDecoder->Stop();
|
audioDecoder->Stop();
|
||||||
#else
|
#else
|
||||||
|
videoDecoder->Stop(false);
|
||||||
videoDemux->Stop();
|
videoDemux->Stop();
|
||||||
audioDemux->Stop();
|
audioDemux->Stop();
|
||||||
pcrDemux->Stop();
|
pcrDemux->Stop();
|
||||||
audioDecoder->Stop();
|
audioDecoder->Stop();
|
||||||
|
|
||||||
/* hack. if standby, dont blank video -> for paused timeshift */
|
/* hack. if standby, dont blank video -> for paused timeshift */
|
||||||
videoDecoder->Stop(standby ? false : blank);
|
//videoDecoder->Stop(standby ? false : blank);
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_VBI
|
#ifdef USE_VBI
|
||||||
videoDecoder->StopVBI();
|
videoDecoder->StopVBI();
|
||||||
|
Reference in New Issue
Block a user