Function av_dovi_find_level

pub unsafe extern "C" fn av_dovi_find_level(
    data: *const AVDOVIMetadata,
    level: u8,
) -> *mut AVDOVIDmData
Expand description

Find an extension block with a given level, or NULL. In the case of multiple extension blocks, only the first is returned.