|
FFmpeg
|
Public Attributes | |
| uint8_t * | data |
| data described by this buffer | |
| int | size |
| size of data in bytes | |
| atomic_uint | refcount |
| number of existing AVBufferRef instances referring to this buffer | |
| void(* | free )(void *opaque, uint8_t *data) |
| a callback for freeing the data | |
| void * | opaque |
| an opaque pointer, to be used by the freeing callback | |
| int | flags |
| A combination of BUFFER_FLAG_*. | |
1.8.12