mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3: tracks update is now lock-free
This commit is contained in:
@@ -13,6 +13,7 @@ typedef enum {
|
||||
MANAGER_GETENCODING,
|
||||
MANAGER_DEL,
|
||||
MANAGER_GET_TRACK,
|
||||
MANAGER_INIT_UPDATE
|
||||
} ManagerCmd_t;
|
||||
|
||||
typedef enum {
|
||||
@@ -56,6 +57,8 @@ typedef struct Track_s {
|
||||
* AVCodec is than used for softdecoding and stream will be injected as PCM */
|
||||
int inject_as_pcm;
|
||||
int inject_raw_pcm;
|
||||
|
||||
int pending;
|
||||
} Track_t;
|
||||
|
||||
typedef struct Manager_s {
|
||||
|
Reference in New Issue
Block a user