playback_cs.h: add MAX_PLAYBACK_PIDS define

Origin commit data
------------------
Branch: ni/coolstream
Commit: 13fb2bc67a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-26 (Thu, 26 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-12-26 15:23:52 +04:00
parent e077d5bf52
commit 6357233008
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;