mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
movieinfo: internally rename epgVideoPid -> VideoPid
Origin commit data
------------------
Commit: 0fa9e392af
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- movieinfo: internally rename epgVideoPid -> VideoPid
This commit is contained in:
@@ -620,7 +620,7 @@ void CRecordInstance::FillMovieInfo(CZapitChannel * channel, APIDList & apid_lis
|
||||
recMovieInfo->epgInfo2 = info2;
|
||||
recMovieInfo->epgEpgId = epgid;
|
||||
recMovieInfo->mode = g_Zapit->getMode();
|
||||
recMovieInfo->epgVideoPid = allpids.PIDs.vpid;
|
||||
recMovieInfo->VideoPid = allpids.PIDs.vpid;
|
||||
recMovieInfo->VideoType = channel->type;
|
||||
|
||||
EPG_AUDIO_PIDS audio_pids;
|
||||
@@ -2015,10 +2015,10 @@ void CStreamRec::FillMovieInfo(CZapitChannel * /*channel*/, APIDList & /*apid_li
|
||||
printf("%s: [AUDIO] 0x%x [%s]\n", __FUNCTION__, audio_pids.epgAudioPid, desc.c_str());
|
||||
|
||||
} else if (codec->codec_type == AVMEDIA_TYPE_VIDEO) {
|
||||
recMovieInfo->epgVideoPid = st->id;
|
||||
recMovieInfo->VideoPid = st->id;
|
||||
if (codec->codec_id == AV_CODEC_ID_H264)
|
||||
recMovieInfo->VideoType = 1;
|
||||
printf("%s: [VIDEO] 0x%x\n", __FUNCTION__, recMovieInfo->epgVideoPid);
|
||||
printf("%s: [VIDEO] 0x%x\n", __FUNCTION__, recMovieInfo->VideoPid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user