Function ffmpeg_sys_fframes::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().