Function avcodec_parameters_alloc

Source
pub unsafe extern "C" fn avcodec_parameters_alloc() -> *mut AVCodecParameters
Expand description

Allocate a new AVCodecParameters and set its fields to default values (unknown/invalid/0). The returned struct must be freed with avcodec_parameters_free().