Преглед изворни кода

Apply suggestions from code review

Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
Nyanmisaka пре 1 година
родитељ
комит
f8d7f4acdb
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Jellyfin.Api/Helpers/HlsCodecStringHelpers.cs

+ 2 - 2
Jellyfin.Api/Helpers/HlsCodecStringHelpers.cs

@@ -181,13 +181,13 @@ public static class HlsCodecStringHelpers
     }
 
     /// <summary>
-    /// Gets a AV1 codec string.
+    /// Gets an AV1 codec string.
     /// </summary>
     /// <param name="profile">AV1 profile.</param>
     /// <param name="level">AV1 level.</param>
     /// <param name="tierFlag">AV1 tier flag.</param>
     /// <param name="bitDepth">AV1 bit depth.</param>
-    /// <returns>AV1 string.</returns>
+    /// <returns>The AV1 codec string.</returns>
     public static string GetAv1String(string? profile, int level, bool tierFlag, int bitDepth)
     {
         // https://aomedia.org/av1/specification/annex-a/