Skip to content

Commit

Permalink
fix #406
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Apr 13, 2023
1 parent c339f19 commit 7d75d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KSPlayer/AVPlayer/KSAVPlayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ struct AVMediaPlayerTrack: MediaPlayerTrack {
colorPrimaries = nil
transferFunction = nil
yCbCrMatrix = nil
mediaSubType = CMFormatDescription.MediaSubType(string: "")
mediaSubType = .boxed
fullRangeVideo = false
description = ""
}
Expand Down

0 comments on commit 7d75d92

Please sign in to comment.