mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 13:50:50 +08:00
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 <jamrial@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user