mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- movieinfo: internally rename epgVideoPid -> VideoPid
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user