[][src]Function ffmpeg_dev::sys::av_encryption_info_clone

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

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