avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Functions
av::buffer Namespace Reference

Functions

void null_deleter (void *, uint8_t *)
 Buffer deleter that do nothing. More...
 
static AVBufferRef * ref (const AVBufferRef *buf)
 

Function Documentation

◆ null_deleter()

void av::buffer::null_deleter ( void *  ,
uint8_t *   
)

Buffer deleter that do nothing.

To wrap static data.

◆ ref()

static AVBufferRef* av::buffer::ref ( const AVBufferRef *  buf)
static