mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
fix blank screen on start (after merge)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user