Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #260138

Category ffmpeg
Changed by James Almer <jamrialohnoyoudont@gmail.com>
Changed at Sat 07 Mar 2026 03:18:35
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 282cf4425d84cc83d9232464860e9c9c27ffbdeb

Comments

avcodec/cbs_av1: don't try to write a Redundant Frame Header as a normal one
Section 6.8.1 of the AV1 specification states:

"If obu_type is equal to OBU_REDUNDANT_FRAME_HEADER, it is a requirement of
bitstream conformance that SeenFrameHeader is equal to 1."

Leave the existing behavior for reading scenarios as such a file may still
be readable.

Signed-off-by: James Almer <jamrial@gmail.com>

Changed files