mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
gui/movieplayer.h: use MAX_PLAYBACK_PIDS in place of REC_MAX_APIDS
Origin commit data
------------------
Commit: 69be3676ec
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-26 (Thu, 26 Dec 2013)
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