[FFmpeg-devel] [PATCH 2/2 v2] avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec

James Almer jamrial at gmail.com
Fri Aug 17 21:12:53 EEST 2018


On 8/16/2018 6:50 PM, Thomas Daede wrote:
> On 08/16/2018 02:22 PM, James Almer wrote:
>> This will get ISOBMFF and Matroska up to date with the revised AV1 Codec
>> Configuration Box spec.
>> For now keep propagating raw OBUs as extradata until all libavcodec modules
>> are adapted to handle AV1CodecConfigurationRecordv1 formatted extradata.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> New in v2:
>> - AV1CodecConfigurationBox is now a Box instead of a FullBox.
>> - Trailing bits are now taken into account when checking that the entire
>>   Sequence Header was parsed.
> 
> Tested this patch series with mp4parse-rust and the resulting mp4s work.

Pushed, thanks.


More information about the ffmpeg-devel mailing list