mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-02-18 11:02:31 +00:00
parent
cabfb0b2db
commit
b2847b99e2
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ namespace FFMpegCore
|
|||
|
||||
_ffMpegArguments.Pre();
|
||||
|
||||
using var instance = (ProcessInstance)processArguments.Start();
|
||||
using var instance = processArguments.Start();
|
||||
var cancelled = false;
|
||||
void OnCancelEvent(object sender, int timeout)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue