mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
parent
93733964aa
commit
dd785a8203
1 changed files with 2 additions and 1 deletions
|
@ -652,7 +652,8 @@ public async Task Video_Cancel_Async()
|
|||
.OutputToPipe(reader)
|
||||
.CancellableThrough(out var cancel)
|
||||
.ProcessAsynchronously(false);
|
||||
|
||||
|
||||
await Task.Delay(100);
|
||||
cancel();
|
||||
|
||||
var result = await task;
|
||||
|
|
Loading…
Reference in a new issue