Skip to content

Commit

Permalink
add sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Nov 25, 2023
1 parent c970ea4 commit 65c3d01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ Your user icon or company logo shows up this with a link to your home page.

[UnknownCoder807](https://github.com/UnknownCoder807) [skrew](https://github.com/skrew) [Kimentanm](https://github.com/Kimentanm) [nakiostudio](https://github.com/nakiostudio) [byMohamedali](https://github.com/byMohamedali)

Thanks to [nightfall708](https://github.com/nightfall708) for sponsoring a mac mini

Thanks to [cdguy](https://github.com/cdguy) [UnknownCoder807](https://github.com/UnknownCoder807) [skrew](https://github.com/skrew) and LillyPlayer community for sponsoring a LG S95QR Sound Bar

Expand Down
3 changes: 2 additions & 1 deletion Sources/KSPlayer/MEPlayer/CircularBuffer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
//

import Foundation

/// 这个是单生产者,多消费者的阻塞队列和单生产者,多消费者的阻塞环形队列。并且环形队列还要有排序的能力。
/// 因为seek需要清空队列,所以导致他是多消费者。后续可以看下能不能改成单消费者的。
public class CircularBuffer<Item: ObjectQueueItem> {
private var _buffer = ContiguousArray<Item?>()
// private let semaphore = DispatchSemaphore(value: 0)
Expand Down
1 change: 0 additions & 1 deletion Sources/KSPlayer/MEPlayer/MetalPlayView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import CoreMedia
#if canImport(MetalKit)
import MetalKit
#endif

public protocol DisplayLayerDelegate: NSObjectProtocol {
func change(displayLayer: AVSampleBufferDisplayLayer)
}
Expand Down

0 comments on commit 65c3d01

Please sign in to comment.