On 12/8/2021 10:12 AM, Niklas Haas wrote: > +/* based on guesswork, see mkvtoolnix and dovi_tool */ > +int av_dovi_profile(const AVDOVIRpuDataHeader *hdr) > +{ The correct way to find the profile is from the stream level DOVI configuration record side data, if available. - Derek