Skip to content

Commit 63e815b

Browse files
committed
Mark AVC i-frame w/ SEI recovery point as keyframes
1 parent fd0c13f commit 63e815b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

avc_codec_registration.src.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
{{EncodedVideoChunkType/key}}, and the bitstream is in
105105
{{AvcBitstreamFormat/avc}} format, then the {{EncodedVideoChunk}} is expected to
106106
contain a primary coded picture that is an instantaneous decoding refresh (IDR)
107-
picture.
107+
picture, or an I-frame with a recovery point SEI message.
108108

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

120121
VideoEncoderConfig extensions {#videoencoderconfig-extensions}
121122
==============================================================

0 commit comments

Comments
 (0)