mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-28 16:01:22 +02:00
Set discard flag to all not active streams, do not process packets from discarded streams
Conflicts: libeplayer3-arm/container/container_ffmpeg.c
This commit is contained in:
@@ -231,6 +231,16 @@ static int Command(Context_t *context, ManagerCmd_t command, void *argument)
|
||||
*((char ** *) argument) = (char **) ManagerList(context);
|
||||
break;
|
||||
}
|
||||
case MANAGER_REF_LIST:
|
||||
{
|
||||
*((Track_t **)argument) = Tracks;
|
||||
break;
|
||||
}
|
||||
case MANAGER_REF_LIST_SIZE:
|
||||
{
|
||||
*((int *)argument) = TrackCount;
|
||||
break;
|
||||
}
|
||||
case MANAGER_GET:
|
||||
{
|
||||
audio_mgr_printf(20, "%s::%s MANAGER_GET\n", __FILE__, __FUNCTION__);
|
||||
|
Reference in New Issue
Block a user