[FFmpeg-devel] [PATCH] lavf/movenc: Write 'dby1' minor brand if Dolby content is being muxed to MP4
Derek Buitenhuis
derek.buitenhuis at gmail.com
Thu Sep 30 17:51:35 EEST 2021
On 9/30/2021 12:43 AM, Andreas Rheinhardt wrote:
>> + AVDOVIDecoderConfigurationRecord *dovi = (AVDOVIDecoderConfigurationRecord *)
>> + av_stream_get_side_data(st, AV_PKT_DATA_DOVI_CONF, NULL);
>
> If you checked for the existence of this side data later (see below),
> you would increase code locality and could avoid the dovi variable (and
> the huge cast) altogether.
Changed in v2.
- Derek
More information about the ffmpeg-devel
mailing list