mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
small fix
Origin commit data
------------------
Branch: master
Commit: 880ecf3a1c
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-10-15 (Sun, 15 Oct 2023)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -427,8 +427,8 @@ static int Command(Context_t *context, OutputCmd_t command, void *argument)
|
|||||||
}
|
}
|
||||||
case OUTPUT_STOP:
|
case OUTPUT_STOP:
|
||||||
{
|
{
|
||||||
reset(context);
|
|
||||||
ret = LinuxDvbStop(context, (char *)argument);
|
ret = LinuxDvbStop(context, (char *)argument);
|
||||||
|
reset(context);
|
||||||
sCURRENT_PTS = 0;
|
sCURRENT_PTS = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@@ -173,7 +173,6 @@ int LinuxDvbOpen(Context_t *context __attribute__((unused)), char *type)
|
|||||||
if (videofd < 0)
|
if (videofd < 0)
|
||||||
{
|
{
|
||||||
linuxdvb_err("failed to open %s - errno %d, %s\n", VIDEODEV, errno, strerror(errno));
|
linuxdvb_err("failed to open %s - errno %d, %s\n", VIDEODEV, errno, strerror(errno));
|
||||||
linuxdvb_err("%s\n",);
|
|
||||||
return cERR_LINUXDVB_ERROR;
|
return cERR_LINUXDVB_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1039,7 +1038,7 @@ static int reset(Context_t *context)
|
|||||||
|
|
||||||
if (writer == NULL)
|
if (writer == NULL)
|
||||||
{
|
{
|
||||||
linuxdvb_err("unknown video codec %s\n", Encoding);
|
linuxdvb_err("unknown audio codec %s\n", Encoding);
|
||||||
ret = cERR_LINUXDVB_ERROR;
|
ret = cERR_LINUXDVB_ERROR;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -1085,8 +1084,8 @@ static int Command(Context_t *context, OutputCmd_t command, void *argument)
|
|||||||
}
|
}
|
||||||
case OUTPUT_STOP:
|
case OUTPUT_STOP:
|
||||||
{
|
{
|
||||||
reset(context);
|
|
||||||
ret = LinuxDvbStop(context, (char *)argument);
|
ret = LinuxDvbStop(context, (char *)argument);
|
||||||
|
reset(context);
|
||||||
sCURRENT_PTS = 0;
|
sCURRENT_PTS = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@@ -1187,8 +1187,8 @@ static int Command(void *_context, OutputCmd_t command, void *argument)
|
|||||||
}
|
}
|
||||||
case OUTPUT_STOP:
|
case OUTPUT_STOP:
|
||||||
{
|
{
|
||||||
reset(context);
|
|
||||||
ret = LinuxDvbStop(context, (char *)argument);
|
ret = LinuxDvbStop(context, (char *)argument);
|
||||||
|
reset(context);
|
||||||
sCURRENT_PTS = 0;
|
sCURRENT_PTS = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user