mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
libeplayer3: tracks update is now lock-free
Origin commit data
------------------
Branch: master
Commit: 124cd8e4ba
Author: martii <m4rtii@gmx.de>
Date: 2013-08-16 (Fri, 16 Aug 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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