libeplayer3 fix

This commit is contained in:
martii
2012-11-10 13:41:59 +01:00
committed by Stefan Seyfried
parent 1c1d85e582
commit 525cd01c2c

View File

@@ -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);