mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-02 13:15:25 -04:00
Apply suggestions from code review
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
This commit is contained in:
parent
3b12dc6d7a
commit
f8d7f4acdb
@ -181,13 +181,13 @@ public static class HlsCodecStringHelpers
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a AV1 codec string.
|
/// Gets an AV1 codec string.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="profile">AV1 profile.</param>
|
/// <param name="profile">AV1 profile.</param>
|
||||||
/// <param name="level">AV1 level.</param>
|
/// <param name="level">AV1 level.</param>
|
||||||
/// <param name="tierFlag">AV1 tier flag.</param>
|
/// <param name="tierFlag">AV1 tier flag.</param>
|
||||||
/// <param name="bitDepth">AV1 bit depth.</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)
|
public static string GetAv1String(string? profile, int level, bool tierFlag, int bitDepth)
|
||||||
{
|
{
|
||||||
// https://aomedia.org/av1/specification/annex-a/
|
// https://aomedia.org/av1/specification/annex-a/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user