Function av_content_light_metadata_create_side_data

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

Allocate a complete AVContentLightMetadata and add it to the frame.

@param frame The frame which side data is added to.

@return The AVContentLightMetadata structure to be filled by caller.