change ca->SendPMT() from DEMUX_SOURCE_2 to channel->getRecordDemux()

Origin commit data
------------------
Commit: 1d9ab9929f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-05 (Thu, 05 Apr 2012)
This commit is contained in:
[CST] Focus
2012-04-05 18:06:48 +04:00
parent 84dea857b9
commit 9b439d2579
2 changed files with 5 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ record_error_msg_t CRecordInstance::Start(CZapitChannel * channel /*, APIDList &
int len;
unsigned char * pmt = channel->getRawPmt(len);
cCA * ca = cCA::GetInstance();
ca->SendPMT(DEMUX_SOURCE_2, pmt, len);
ca->SendPMT(channel->getRecordDemux() /*DEMUX_SOURCE_2*/, pmt, len);
//CVFD::getInstance()->ShowIcon(VFD_ICON_CAM1, true);
WaitRecMsg(msg_start_time, 2);