zapit: trivial azbox compile fix

Origin commit data
------------------
Branch: ni/coolstream
Commit: fd4a3516e5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-08-20 (Sun, 20 Aug 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-08-20 11:44:57 +02:00
committed by Jacek Jendrzej
parent 559fd22ab2
commit e2f6639bbb

View File

@@ -2266,7 +2266,7 @@ bool CZapit::StartPlayBack(CZapitChannel *thisChannel)
#if HAVE_AZBOX_HARDWARE
/* new (> 20130917) AZbox drivers switch to radio mode if audio is started first */
/* start video */
if (have_video) {
if (video_pid) {
videoDecoder->Start(0, thisChannel->getPcrPid(), thisChannel->getVideoPid());
videoDemux->Start();
}