修复AAC订阅读取过迟问题

This commit is contained in:
dexter
2023-01-18 23:25:40 +08:00
parent b0dcecdebc
commit 5c5747e669
6 changed files with 18 additions and 15 deletions

View File

@@ -142,6 +142,8 @@ func (av *AVFrame[T]) Reset() {
av.Raw = av.Raw[:0]
}
av.BytesIn = 0
av.AbsTime = 0
av.DeltaTime = 0
}
func (avcc AVCCFrame) IsIDR() bool {