From 6357233008889bdb2c0ff70dc25691eb600de650 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 26 Dec 2013 15:23:52 +0400 Subject: [PATCH] playback_cs.h: add MAX_PLAYBACK_PIDS define Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/13fb2bc67a1eb510184615329d381d7bd53fa23e Author: [CST] Focus Date: 2013-12-26 (Thu, 26 Dec 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- lib/libcoolstream/playback_cs.h | 2 ++ lib/libcoolstream2/playback_cs.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/libcoolstream/playback_cs.h b/lib/libcoolstream/playback_cs.h index 5a5c61fb6..0a8359389 100644 --- a/lib/libcoolstream/playback_cs.h +++ b/lib/libcoolstream/playback_cs.h @@ -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; diff --git a/lib/libcoolstream2/playback_cs.h b/lib/libcoolstream2/playback_cs.h index 1f7ded7bd..04dc7b45a 100644 --- a/lib/libcoolstream2/playback_cs.h +++ b/lib/libcoolstream2/playback_cs.h @@ -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;