diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-08-04 16:20:52 +0200 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2020-08-04 16:20:52 +0200 |
| commit | 18efa25a6fdcfab2326cb35bb5781138a83e9d56 (patch) | |
| tree | 513b3caa23cd9530ef7ee70b9c82db776fbe288f /MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs | |
| parent | 237cb4e383c1e88e4feff19f3c827d63d6431821 (diff) | |
Enable TreatWarningsAsErrors for MediaBrowser.MediaEncoding
Diffstat (limited to 'MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs')
| -rw-r--r-- | MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs b/MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs index 3aa296f7f..b2d4db894 100644 --- a/MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs +++ b/MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs @@ -3,6 +3,9 @@ using System.Collections.Generic; namespace MediaBrowser.MediaEncoding.Probing { + /// <summary> + /// Class containing helper methods for working with FFprobe output. + /// </summary> public static class FFProbeHelpers { /// <summary> |
