mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
playback: add MAX_PLAYBACK_PIDS define
TODO: actually fix the code to return more than 10 PIDs.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user