playback_cs.h: add MAX_PLAYBACK_PIDS define

Origin commit data
------------------
Commit: 13fb2bc67a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-26 (Thu, 26 Dec 2013)
This commit is contained in:
[CST] Focus
2013-12-26 15:23:52 +04:00
parent 53a2b66947
commit 6a53722d5e
2 changed files with 4 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ typedef struct {
std::string codec_name;
} playback_audio_pid_info_t;
#define MAX_PLAYBACK_PIDS 40
class cPlayback {
private:
cPlaybackData * pd;

View File

@@ -30,6 +30,8 @@ typedef struct {
std::string codec_name;
} playback_audio_pid_info_t;
#define MAX_PLAYBACK_PIDS 40
class cPlayback {
private:
cPlaybackData * pd;