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

Change #273719

Category ffmpeg
Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
Changed at Thu 02 Jul 2026 15:48:58
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 324617b26f4b4e074caff12af5d7493db16bec46

Comments

tests/fate/libavutil: add FATE test for dovi_meta
Test av_dovi_alloc, av_dovi_metadata_alloc, and av_dovi_find_level.
Verifies that the four inline offset-based accessors (get_header,
get_mapping, get_color, get_ext) return pointers consistent with
the offset fields, that find_level returns the first matching ext
block or NULL for a missing level, and OOM paths via av_max_alloc.

Coverage for libavutil/dovi_meta.c: 63.16% -> 100.00%

Changed files