av_bprint_get_buffer

Allocate bytes in the buffer for external use.

@paramin buf buffer structure @paramin size required size @paramout mem pointer to the memory area @paramout actual_size size of the memory area after allocation; can be larger or smaller than size

extern (C) @nogc nothrow
void
av_bprint_get_buffer
(,
uint size
,
ubyte** mem
,)

Meta