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.
pub unsafe extern "C" fn avcodec_parameters_free(
par: *mut *mut AVCodecParameters,
)Free an AVCodecParameters instance and everything associated with it and write NULL to the supplied pointer.