|
@@ -141,7 +141,7 @@ public class PQGPUImagePlayerView: UIView {
|
|
|
|
|
|
// 缓存创建filter 防止 seek 100ms 慢
|
|
|
@Atomic var cacheFilters: Array<PQBaseFilter> = Array()
|
|
|
- // 缓存个数
|
|
|
+ // 缓存个数 XXXX 经过测试如果是4K 视频解码器不能创建太多,4是可以工作
|
|
|
var cacheFiltersMaxCount: Int = 8
|
|
|
|
|
|
/// Use serial queue to ensure that the picture is smooth
|