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,