feat:v1版本实现
This commit is contained in:
parent
f8bfa2b229
commit
4c010b6319
@ -71,7 +71,7 @@ class VideoDecoder(
|
|||||||
// 跟踪I帧状态
|
// 跟踪I帧状态
|
||||||
private var hasSentSPS = false
|
private var hasSentSPS = false
|
||||||
private var hasSentPPS = false
|
private var hasSentPPS = false
|
||||||
private var hasSentIDR = false
|
private var hasSentIDR = true
|
||||||
|
|
||||||
// 跟踪上一个关键帧时间
|
// 跟踪上一个关键帧时间
|
||||||
private var lastIFrameTimeMs = 0L
|
private var lastIFrameTimeMs = 0L
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user