movieinfo: internally rename epgVTXPID -> VtxtPid

Origin commit data
------------------
Commit: 6d3bf56158
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-09 (Fri, 09 Sep 2016)

Origin message was:
------------------
- movieinfo: internally rename epgVTXPID -> VtxtPid
This commit is contained in:
vanhofen
2016-09-09 18:50:18 +02:00
parent c1d73f292a
commit ce05cd6d81
3 changed files with 5 additions and 5 deletions

View File

@@ -645,7 +645,7 @@ void CRecordInstance::FillMovieInfo(CZapitChannel * channel, APIDList & apid_lis
audio_pids.selected = 1;
recMovieInfo->audioPids.push_back(audio_pids);
}
recMovieInfo->epgVTXPID = allpids.PIDs.vtxtpid;
recMovieInfo->VtxtPid = allpids.PIDs.vtxtpid;
}
record_error_msg_t CRecordInstance::MakeFileName(CZapitChannel * channel)