[][src]Function stainless_ffmpeg_sys::av_cpb_properties_alloc

pub unsafe extern "C" fn av_cpb_properties_alloc(
    size: *mut size_t
) -> *mut AVCPBProperties

Allocate a CPB properties structure and initialize its fields to default values.

@param size if non-NULL, the size of the allocated struct will be written here. This is useful for embedding it in side data.

@return the newly allocated struct or NULL on failure