Apply suggestions from code review

Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
pull/9907/head
Nyanmisaka 12 months ago committed by GitHub
parent 3b12dc6d7a
commit f8d7f4acdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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/

Loading…
Cancel
Save