mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
small fix
Origin commit data
------------------
Commit: 6bcb6b1b57
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-10-15 (Sun, 15 Oct 2023)
This commit is contained in:
@@ -427,8 +427,8 @@ static int Command(Context_t *context, OutputCmd_t command, void *argument)
|
||||
}
|
||||
case OUTPUT_STOP:
|
||||
{
|
||||
reset(context);
|
||||
ret = LinuxDvbStop(context, (char *)argument);
|
||||
reset(context);
|
||||
sCURRENT_PTS = 0;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user