From b5639c164a5d82c24e59fcf0f9b498470edb1b66 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sat, 7 Oct 2017 11:22:25 +0200 Subject: [PATCH] small zapit fix --- src/zapit/src/zapit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/zapit.cpp b/src/zapit/src/zapit.cpp index 2f4166bcc..ca024b744 100644 --- a/src/zapit/src/zapit.cpp +++ b/src/zapit/src/zapit.cpp @@ -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