Function av_encryption_info_free

pub unsafe extern "C" fn av_encryption_info_free(
    info: *mut AVEncryptionInfo,
)
Expand description

Frees the given encryption info object. This MUST NOT be used to free the side-data data pointer, that should use normal side-data methods.