v0.4: STAP-A IDR detection in keyframe cache #18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implemented in commits
8266ca7(production) and38d75b1(tests).isH264IDRStartnow handles all three RFC 6184 packetisation modes:len(p) >= 4 && p[3]&0x1F == 5— newFour new test functions:
TestIsH264IDRStart_STAPA_LeadingIDR,TestIsH264IDRStart_STAPA_LeadingNonIDR,TestIsH264IDRStart_STAPA_Truncated(3 subtests),TestKeyFrameCache_STAPA_IDR_ResetsCache. All 38 tests incore/webrtcpass under-race.