This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 264283bd0a avcodec/av1_parser: also decompose Redundant Frame Headers
264283bd0a is described below

commit 264283bd0ad25b7dd0bcd0beea798a071fe1daa2
Author:     James Almer <[email protected]>
AuthorDate: Tue Mar 3 13:52:58 2026 -0300
Commit:     James Almer <[email protected]>
CommitDate: Tue Mar 3 13:52:58 2026 -0300

    avcodec/av1_parser: also decompose Redundant Frame Headers
    
    Ensures samples where a missing Frame Header is handled by a subsequent
    Redundant one are parsed correctly.
    
    Signed-off-by: James Almer <[email protected]>
---
 libavcodec/av1_parser.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/av1_parser.c b/libavcodec/av1_parser.c
index f221fee79f..68a98285ef 100644
--- a/libavcodec/av1_parser.c
+++ b/libavcodec/av1_parser.c
@@ -192,6 +192,7 @@ static const CodedBitstreamUnitType decompose_unit_types[] 
= {
     AV1_OBU_FRAME_HEADER,
     AV1_OBU_TILE_GROUP,
     AV1_OBU_FRAME,
+    AV1_OBU_REDUNDANT_FRAME_HEADER,
 };
 
 static av_cold int av1_parser_init(AVCodecParserContext *ctx)

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to