diff options
| author | crobibero <cody@robibe.ro> | 2020-08-04 20:29:06 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-08-04 20:29:06 -0600 |
| commit | e65ecb5687af42270974dec77b38137407611bec (patch) | |
| tree | d17e4e672d69134175eedc556a7acc4117314a71 /MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs | |
| parent | ff4489575b0b29638285a0cf255289134900009f (diff) | |
| parent | c12a49361c64f650706baba7edee4f616da84768 (diff) | |
Merge remote-tracking branch 'upstream/master' into api-merge-again
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 3aa296f7f5..b2d4db894d 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> |
