Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions avc_codec_registration.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
{{EncodedVideoChunkType/key}}, and the bitstream is in
{{AvcBitstreamFormat/avc}} format, then the {{EncodedVideoChunk}} is expected to
contain a primary coded picture that is an instantaneous decoding refresh (IDR)
picture.
picture, or an I-frame with a recovery point SEI message.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs more detail on the specific SEI recovery point payload that can be expected. I.e., IIUC it's specifically an I frame with recovery_frame_cnt == 0 and exact_match_flag=1 in the SEI recovery payload.


NOTE: If the bitstream is in {{AvcBitstreamFormat/avc}} format, parameter sets
necessary for decoding are included in
Expand All @@ -114,8 +114,9 @@
{{EncodedVideoChunkType/key}}, and the bitstream is in
{{AvcBitstreamFormat/annexb}} format, then the {{EncodedVideoChunk}} is expected
to contain both a primary coded picture that is an instantaneous decoding
refresh (IDR) picture, and all parameter sets necessary to decode all video data
NAL units in the {{EncodedVideoChunk}}.
refresh (IDR) picture (or an I-frame with a recovery point SEI message), and all
parameter sets necessary to decode all video data NAL units in the
{{EncodedVideoChunk}}.

VideoEncoderConfig extensions {#videoencoderconfig-extensions}
==============================================================
Expand Down