Function rsmpeg::ffi::av_cpb_properties_alloc[][src]

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

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