Skip to content

Commit

Permalink
优先用ffmpeg自带的硬解 fix #691
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Dec 13, 2023
1 parent d3f89fb commit ffa46d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FFmpegKit
2 changes: 1 addition & 1 deletion Sources/KSPlayer/AVPlayer/KSOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ public extension KSOptions {
/// seek完是否自动播放
static var isSeekedAutoPlay = true
static var hardwareDecode = true
static var asynchronousDecompression = true
static var asynchronousDecompression = false
static var isPipPopViewController = false
static var displayCriteriaFormatDescriptionEnabled = false
/// 日志级别
Expand Down

0 comments on commit ffa46d5

Please sign in to comment.