Re: [webrtc-encoded-transform] Is RTCEncodedVideoFrameMetadata.frame_id actually an unsigned long long or does it wrap at 16 bits? (#220)

@tonyherre `dependencies` is the list of frames that the current frame references.  It is not the complete list of dependencies (e.g. the references themselves have references).  So even if a receiver has received all the `dependencies` it still may not be able to decode the frame if the dependency `chain` has been broken.  This is why DD includes `chains` as well as `dependencies`. 

-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/220#issuecomment-1892903415 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 16 January 2024 00:22:11 UTC