From beab0473871c958a4b845c3c114b7804af16b0f4 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 28 Dec 2013 19:38:28 +0100 Subject: [PATCH] playback: add MAX_PLAYBACK_PIDS define TODO: actually fix the code to return more than 10 PIDs. --- include/playback_hal.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/playback_hal.h b/include/playback_hal.h index 5ac9785..1f375d2 100644 --- a/include/playback_hal.h +++ b/include/playback_hal.h @@ -22,6 +22,13 @@ #include #include +/* + * This is actually the max number that could be returned by + * FindAllPids() / FindAllSubs(). + * not yet implemented, most archs return max. 10 PIDs. + */ +#define MAX_PLAYBACK_PIDS 40 + typedef enum { PLAYMODE_TS = 0, PLAYMODE_FILE,