mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Merge pull request #12532 from Bond-009/hlscodecs
Use Apple reccomended values for HLS CODECS
This commit is contained in:
commit
9c76a2e91b
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue