mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +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 @@ public async Task<VideoInfo> ParseVideoInfoAsync(System.IO.Stream stream)
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await pipeArgument.ProcessDataAsync();
|
await pipeArgument.ProcessDataAsync();
|
||||||
pipeArgument.ClosePipe();
|
|
||||||
}
|
}
|
||||||
catch (IOException)
|
catch (IOException)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue