From 398ab1fd965071aed59595de897b756c55c9282b Mon Sep 17 00:00:00 2001
From: PCF <32403010+pcf0@users.noreply.github.com>
Date: Sun, 2 Nov 2025 21:56:05 +0100
Subject: [PATCH] Removed duplicate documentation
---
FFMpegCore/FFMpeg/FFMpegGlobalArguments.cs | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/FFMpegCore/FFMpeg/FFMpegGlobalArguments.cs b/FFMpegCore/FFMpeg/FFMpegGlobalArguments.cs
index b9df52d..7c8c30d 100644
--- a/FFMpegCore/FFMpeg/FFMpegGlobalArguments.cs
+++ b/FFMpegCore/FFMpeg/FFMpegGlobalArguments.cs
@@ -16,8 +16,7 @@ public sealed class FFMpegGlobalArguments : FFMpegArgumentsBase
}
///
- ///
- /// undocumented in
+ ///
///
///
///
@@ -27,10 +26,7 @@ public sealed class FFMpegGlobalArguments : FFMpegArgumentsBase
}
///
- ///
- /// Suppress printing banner.
- /// All FFmpeg tools will normally show a copyright notice, build options and library versions.
- /// This option can be used to suppress printing this information.
+ ///
///
///
public FFMpegGlobalArguments WithHideBanner()
@@ -39,8 +35,7 @@ public sealed class FFMpegGlobalArguments : FFMpegArgumentsBase
}
///
- ///
- /// Explicitly disable logging of encoding progress/statistics.
+ ///
///
///
public FFMpegGlobalArguments WithNoStats()