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.
pub unsafe extern "C" fn av_encryption_info_free(
info: *mut AVEncryptionInfo,
)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.