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:
BPanther
2023-10-15 13:59:57 +02:00
committed by vanhofen
parent a76fe97cea
commit 889290cc83
3 changed files with 4 additions and 5 deletions

View File

@@ -1187,8 +1187,8 @@ static int Command(void *_context, OutputCmd_t command, void *argument)
}
case OUTPUT_STOP:
{
reset(context);
ret = LinuxDvbStop(context, (char *)argument);
reset(context);
sCURRENT_PTS = 0;
break;
}