small zapit fix

This commit is contained in:
TangoCash
2017-10-07 11:22:25 +02:00
committed by Thilo Graf
parent ba9c87dd07
commit b5639c164a

View File

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