diff options
| author | gnattu <gnattuoc@me.com> | 2024-07-29 10:22:51 +0800 |
|---|---|---|
| committer | gnattu <gnattuoc@me.com> | 2024-07-31 00:00:34 +0800 |
| commit | 8f28c3a0fbdd285288de76b5213b1462005eb7dc (patch) | |
| tree | dce803cf8cd85a129c47d765d06cc87762a527ca /MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs | |
| parent | 31dccaca0f8d3d924756286af54c70101155cffb (diff) | |
fix doc
Signed-off-by: gnattu <gnattuoc@me.com>
Diffstat (limited to 'MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs b/MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs index dcb2c802d..0c03d430d 100644 --- a/MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs +++ b/MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs @@ -29,7 +29,7 @@ public enum DownMixStereoAlgorithms /// <summary> /// AC-4 standard algorithm with its default gain values. - /// Defined in ETSI TS 103 190 Section 6.2.17 + /// Defined in ETSI TS 103 190 Section 6.2.17. /// </summary> Ac4 = 4 } |
