Function avcodec_parameters_free
pub unsafe extern "C" fn avcodec_parameters_free(
par: *mut *mut AVCodecParameters,
)
Expand description
Free an AVCodecParameters instance and everything associated with it and write NULL to the supplied pointer.