mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3 fix
This commit is contained in:
@@ -84,6 +84,10 @@ static void SupervisorThread(Context_t *context) {
|
|||||||
{
|
{
|
||||||
if (context->container->selectedContainer != NULL)
|
if (context->container->selectedContainer != NULL)
|
||||||
context->container->selectedContainer->Command(context, CONTAINER_STATUS, &status);
|
context->container->selectedContainer->Command(context, CONTAINER_STATUS, &status);
|
||||||
|
#ifdef MARTII
|
||||||
|
else
|
||||||
|
dieNow = 1;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (context->container->selectedContainer != NULL)
|
if (context->container->selectedContainer != NULL)
|
||||||
context->container->selectedContainer->Command(context, CONTAINER_LAST_PTS, &lastPts);
|
context->container->selectedContainer->Command(context, CONTAINER_LAST_PTS, &lastPts);
|
||||||
|
Reference in New Issue
Block a user