Skip to content

Commit

Permalink
Merge pull request #125 from Comcast/candidate/1.5.8
Browse files Browse the repository at this point in the history
Candidate/1.5.8
  • Loading branch information
rmigneco authored May 23, 2024
2 parents 7c926fd + 313ab74 commit 69e5522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mambaSharedFramework/HLSValueTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public struct HLSClosedCaptions: FailableStringLiteralConvertible {
public struct HLSCodec: Equatable {

static let audioPrefixes: [String] = ["mp4a", "mp3", "ec-3", "ac-3"]
static let videoPrefixes: [String] = ["avc", "mp4v", "svc", "mvc", "sevc", "s263", "hvc", "vp9"]
static let videoPrefixes: [String] = ["avc", "mp4v", "svc", "mvc", "sevc", "s263", "hvc", "vp9", "dvh"]
public let codecDescriptor: String

init(codecDescriptor: String) {
Expand Down

0 comments on commit 69e5522

Please sign in to comment.