Function av_encryption_info_clone

pub unsafe extern "C" fn av_encryption_info_clone(
    info: *const AVEncryptionInfo,
) -> *mut AVEncryptionInfo
Expand description

Allocates an AVEncryptionInfo structure with a copy of the given data. @return The new AVEncryptionInfo structure, or NULL on error.