[][src]Function ffav_sys::av_cpb_properties_alloc

pub unsafe extern "C" fn av_cpb_properties_alloc(
    size: *mut usize
) -> *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