fix blank screen on start (after merge)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e2efeb9a8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2017-11-03 12:14:26 +01:00
parent 5b9b81f40d
commit a661bbb74f

View File

@@ -2281,8 +2281,13 @@ bool CZapit::StartPlayBack(CZapitChannel *thisChannel)
#if ! HAVE_AZBOX_HARDWARE
/* start video */
if (video_pid) {
#if HAVE_COOL_HARDWARE
videoDecoder->Start(0, pcr_pid, video_pid);
videoDemux->Start();
#else
videoDemux->Start();
videoDecoder->Start(0, pcr_pid, video_pid);
#endif
}
#endif
#ifdef USE_VBI