From f8d7f4acdb486c8bc2f2f6a3ced604b0e5f25f16 Mon Sep 17 00:00:00 2001 From: Nyanmisaka Date: Tue, 20 Jun 2023 05:09:22 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Shadowghost --- Jellyfin.Api/Helpers/HlsCodecStringHelpers.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jellyfin.Api/Helpers/HlsCodecStringHelpers.cs b/Jellyfin.Api/Helpers/HlsCodecStringHelpers.cs index adb2486709..9a141a16d9 100644 --- a/Jellyfin.Api/Helpers/HlsCodecStringHelpers.cs +++ b/Jellyfin.Api/Helpers/HlsCodecStringHelpers.cs @@ -181,13 +181,13 @@ public static class HlsCodecStringHelpers } /// - /// Gets a AV1 codec string. + /// Gets an AV1 codec string. /// /// AV1 profile. /// AV1 level. /// AV1 tier flag. /// AV1 bit depth. - /// AV1 string. + /// The AV1 codec string. public static string GetAv1String(string? profile, int level, bool tierFlag, int bitDepth) { // https://aomedia.org/av1/specification/annex-a/