mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
playback_cs.h: add MAX_PLAYBACK_PIDS define
This commit is contained in:
@@ -29,6 +29,8 @@ typedef struct {
|
|||||||
std::string codec_name;
|
std::string codec_name;
|
||||||
} playback_audio_pid_info_t;
|
} playback_audio_pid_info_t;
|
||||||
|
|
||||||
|
#define MAX_PLAYBACK_PIDS 40
|
||||||
|
|
||||||
class cPlayback {
|
class cPlayback {
|
||||||
private:
|
private:
|
||||||
cPlaybackData * pd;
|
cPlaybackData * pd;
|
||||||
|
@@ -30,6 +30,8 @@ typedef struct {
|
|||||||
std::string codec_name;
|
std::string codec_name;
|
||||||
} playback_audio_pid_info_t;
|
} playback_audio_pid_info_t;
|
||||||
|
|
||||||
|
#define MAX_PLAYBACK_PIDS 40
|
||||||
|
|
||||||
class cPlayback {
|
class cPlayback {
|
||||||
private:
|
private:
|
||||||
cPlaybackData * pd;
|
cPlaybackData * pd;
|
||||||
|
Reference in New Issue
Block a user