From 63e815beb60143e4e028dc07c2b05178cb08dbf2 Mon Sep 17 00:00:00 2001 From: Paul Adenot Date: Wed, 12 Nov 2025 10:48:00 +0900 Subject: [PATCH] Mark AVC i-frame w/ SEI recovery point as keyframes --- avc_codec_registration.src.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/avc_codec_registration.src.html b/avc_codec_registration.src.html index b4729447..4a805687 100644 --- a/avc_codec_registration.src.html +++ b/avc_codec_registration.src.html @@ -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. NOTE: If the bitstream is in {{AvcBitstreamFormat/avc}} format, parameter sets necessary for decoding are included in @@ -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} ==============================================================