av_cpb_properties_alloc

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

extern (C) @nogc nothrow
av_cpb_properties_alloc
(
size_t* size
)

Meta