mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
fix OUTPUT_PLAY error handling
This commit is contained in:
@@ -224,6 +224,9 @@ static int Command(void *_context, OutputCmd_t command, void *argument)
|
|||||||
{
|
{
|
||||||
ret = context->output->video->Command(context, OUTPUT_PLAY, "video");
|
ret = context->output->video->Command(context, OUTPUT_PLAY, "video");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
ret = cERR_OUTPUT_INTERNAL_ERROR;
|
||||||
|
|
||||||
// success or not executed, dunn care
|
// success or not executed, dunn care
|
||||||
if (!ret)
|
if (!ret)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user