mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
parent
cabfb0b2db
commit
b2847b99e2
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ private async Task<IProcessResult> Process(ProcessArguments processArguments, Ca
|
||||||
|
|
||||||
_ffMpegArguments.Pre();
|
_ffMpegArguments.Pre();
|
||||||
|
|
||||||
using var instance = (ProcessInstance)processArguments.Start();
|
using var instance = processArguments.Start();
|
||||||
var cancelled = false;
|
var cancelled = false;
|
||||||
void OnCancelEvent(object sender, int timeout)
|
void OnCancelEvent(object sender, int timeout)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue