[FFmpeg-devel] [PATCH v2 1/4] lavu/frame: Add Dolby Vision metadata side data type

Derek Buitenhuis derek.buitenhuis at gmail.com
Thu Dec 9 19:21:58 EET 2021


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


More information about the ffmpeg-devel mailing list