|
avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
Functions | |
| void | null_deleter (void *, uint8_t *) |
| Buffer deleter that do nothing. More... | |
| static AVBufferRef * | ref (const AVBufferRef *buf) |
| void av::buffer::null_deleter | ( | void * | , |
| uint8_t * | |||
| ) |
Buffer deleter that do nothing.
To wrap static data.
|
static |