mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-29 16:30:57 +02:00
Set discard flag to all not active streams, do not process packets from discarded streams
Conflicts:
libeplayer3-arm/container/container_ffmpeg.c
Origin commit data
------------------
Branch: master
Commit: c150fe7bd6
Author: samsamsam <samsamsam@o2.pl>
Date: 2018-03-18 (Sun, 18 Mar 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -24,6 +24,8 @@ typedef enum
|
||||
MANAGER_INIT_UPDATE,
|
||||
MANAGER_UPDATED_TRACK_INFO,
|
||||
MANAGER_REGISTER_UPDATED_TRACK_INFO,
|
||||
MANAGER_REF_LIST,
|
||||
MANAGER_REF_LIST_SIZE,
|
||||
} ManagerCmd_t;
|
||||
|
||||
typedef enum
|
||||
|
@@ -71,7 +71,7 @@ typedef struct Output_s
|
||||
{
|
||||
char *Name;
|
||||
int32_t (* Command)(Context_t *, OutputCmd_t, void *);
|
||||
int32_t (* Write)(Context_t *, void *privateData);
|
||||
int32_t (* Write)(Context_t *, void *);
|
||||
char **Capabilities;
|
||||
} Output_t;
|
||||
|
||||
|
Reference in New Issue
Block a user