From 393c552249fc0601848bd7ceec457d77d1c96c32 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Sun, 10 May 2020 13:18:35 +0200 Subject: [PATCH] Remove double ClosePipe call --- FFMpegCore/FFMPEG/FFProbe.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/FFMpegCore/FFMPEG/FFProbe.cs b/FFMpegCore/FFMPEG/FFProbe.cs index d73a8f5..b6267a1 100644 --- a/FFMpegCore/FFMPEG/FFProbe.cs +++ b/FFMpegCore/FFMPEG/FFProbe.cs @@ -122,7 +122,6 @@ public async Task ParseVideoInfoAsync(System.IO.Stream stream) try { await pipeArgument.ProcessDataAsync(); - pipeArgument.ClosePipe(); } catch (IOException) {