Function av_encryption_init_info_free

pub unsafe extern "C" fn av_encryption_init_info_free(
    info: *mut AVEncryptionInitInfo,
)
Expand description

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