mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-17 18:33:41 +02:00
gui/movieplayer.h: use MAX_PLAYBACK_PIDS in place of REC_MAX_APIDS
This commit is contained in:
@@ -82,16 +82,16 @@ class CMoviePlayerGui : public CMenuTarget
|
||||
unsigned short numpida;
|
||||
unsigned short vpid;
|
||||
unsigned short vtype;
|
||||
std::string language[REC_MAX_APIDS];
|
||||
unsigned short apids[REC_MAX_APIDS];
|
||||
unsigned short ac3flags[REC_MAX_APIDS];
|
||||
std::string language[MAX_PLAYBACK_PIDS];
|
||||
unsigned short apids[MAX_PLAYBACK_PIDS];
|
||||
unsigned short ac3flags[MAX_PLAYBACK_PIDS];
|
||||
unsigned short currentapid, currentac3;
|
||||
|
||||
/* subtitles vars */
|
||||
unsigned short numsubs;
|
||||
std::string slanguage[REC_MAX_APIDS];
|
||||
unsigned short spids[REC_MAX_APIDS];
|
||||
unsigned short sub_supported[REC_MAX_APIDS];
|
||||
std::string slanguage[MAX_PLAYBACK_PIDS];
|
||||
unsigned short spids[MAX_PLAYBACK_PIDS];
|
||||
unsigned short sub_supported[MAX_PLAYBACK_PIDS];
|
||||
int currentspid;
|
||||
int min_x, min_y, max_x, max_y;
|
||||
time_t end_time;
|
||||
|
Reference in New Issue
Block a user