- movieinfo: internally rename epgVideoPid -> VideoPid

This commit is contained in:
vanhofen
2016-09-09 18:45:07 +02:00
committed by svenhoefer
parent 1c37abc0a0
commit 8bb566eba5
4 changed files with 8 additions and 8 deletions

View File

@@ -398,7 +398,7 @@ void CMoviePlayerGui::fillPids()
if (p_movie_info == NULL)
return;
vpid = p_movie_info->epgVideoPid;
vpid = p_movie_info->VideoPid;
vtype = p_movie_info->VideoType;
numpida = 0; currentapid = 0;
/* FIXME: better way to detect TS recording */