Function av_dynamic_hdr_vivid_create_side_data

pub unsafe extern "C" fn av_dynamic_hdr_vivid_create_side_data(
    frame: *mut AVFrame,
) -> *mut AVDynamicHDRVivid
Expand description

Allocate a complete AVDynamicHDRVivid and add it to the frame. @param frame The frame which side data is added to.

@return The AVDynamicHDRVivid structure to be filled by caller or NULL on failure.