playback: add MAX_PLAYBACK_PIDS define

TODO: actually fix the code to return more than 10 PIDs.
This commit is contained in:
Stefan Seyfried
2013-12-28 19:38:28 +01:00
parent f082c8dcd0
commit beab047387

View File

@@ -22,6 +22,13 @@
#include <stdint.h>
#include <vector>
/*
* 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,