AOMediaCodec / av1-rtp-spec

Current draft (HTML): https://aomediacodec.github.io/av1-rtp-spec/
Other
63 stars 24 forks source link

Detect if the frame currently being received is part of a particular Chain. #214

Closed Philipel-WebRTC closed 3 years ago

Philipel-WebRTC commented 3 years ago

Chain diffs will not tell you if the current frame is part of a particular Chain or not, it is possible however to combine the DTI information with the DT --> Chain ID mapping to figure out if the current frame is part of the Chain or not.

StephenBotzko commented 3 years ago

Addressed in PR #217