Function av_dynamic_hdr_vivid_alloc

pub unsafe extern "C" fn av_dynamic_hdr_vivid_alloc(
    size: *mut usize,
) -> *mut AVDynamicHDRVivid
Expand description

Allocate an AVDynamicHDRVivid structure and set its fields to default values. The resulting struct can be freed using av_freep().

@return An AVDynamicHDRVivid filled with default values or NULL on failure.