mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
Remove double ClosePipe call
This commit is contained in:
parent
a355f7416f
commit
393c552249
1 changed files with 0 additions and 1 deletions
|
|
@ -122,7 +122,6 @@ namespace FFMpegCore.FFMPEG
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await pipeArgument.ProcessDataAsync();
|
await pipeArgument.ProcessDataAsync();
|
||||||
pipeArgument.ClosePipe();
|
|
||||||
}
|
}
|
||||||
catch (IOException)
|
catch (IOException)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue