src/zapit/src/zapit.cpp: call SetTS to let CI follow the live tuner.

This commit is contained in:
[CST] Bas
2013-11-22 02:01:04 +08:00
committed by [CST] Focus
parent 149e142135
commit 8230291097

View File

@@ -62,6 +62,7 @@
#include <pwrmngr.h>
#include <audio_cs.h>
#include <video_cs.h>
#include <ca_cs.h>
#endif
#if HAVE_TRIPLEDRAGON
#include <video_td.h>
@@ -541,6 +542,10 @@ bool CZapit::ZapIt(const t_channel_id channel_id, bool forupdate, bool startplay
StopPip();
#endif
#ifdef BOXMODEL_APOLLO
cCA::GetInstance()->SetTS((CA_DVBCI_TS_INPUT)live_fe->getNumber());
#endif
if (current_channel->getServiceType() == ST_NVOD_REFERENCE_SERVICE) {
current_is_nvod = true;
return true;