mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 16:00:58 +02:00
libeplayer3 fix
Origin commit data
------------------
Branch: master
Commit: dcb1512663
Author: martii <m4rtii@gmx.de>
Date: 2012-11-10 (Sat, 10 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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