Merge pull request #12532 from Bond-009/hlscodecs

Use Apple reccomended values for HLS CODECS
This commit is contained in:
Bond-009 2024-08-30 00:07:44 +02:00 committed by GitHub
commit 9c76a2e91b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,12 +19,12 @@ public static class HlsCodecStringHelpers
/// <summary>
/// Codec name for AC-3.
/// </summary>
public const string AC3 = "mp4a.a5";
public const string AC3 = "ac-3";
/// <summary>
/// Codec name for E-AC-3.
/// </summary>
public const string EAC3 = "mp4a.a6";
public const string EAC3 = "ec-3";
/// <summary>
/// Codec name for FLAC.