playback_cs.h: add MAX_PLAYBACK_PIDS define

This commit is contained in:
[CST] Focus
2013-12-26 15:23:52 +04:00
parent bc8b81a190
commit 13fb2bc67a
2 changed files with 4 additions and 0 deletions

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;