diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2020-08-04 17:35:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-04 17:35:50 -0700 |
| commit | c12a49361c64f650706baba7edee4f616da84768 (patch) | |
| tree | e2c6997d55e6f3e5e18f6a533cb2ae8b54f37ff2 /MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs | |
| parent | da14c306b8da8b3d2262490042fbd3c684d06209 (diff) | |
| parent | d9f6953416ace083e7356cdc20ab4a1bd91f09cd (diff) | |
Merge pull request #3820 from Bond-009/warn22
Fix some warnings
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> |
