|
FFmpeg
|
#include <buffer_internal.h>
Data Fields | |
| uint8_t * | data |
| void * | opaque |
| void(* | free )(void *opaque, uint8_t *data) |
| AVBufferPool * | pool |
| struct BufferPoolEntry * | next |
Definition at line 62 of file buffer_internal.h.
| uint8_t* BufferPoolEntry::data |
Definition at line 63 of file buffer_internal.h.
| void* BufferPoolEntry::opaque |
Definition at line 69 of file buffer_internal.h.
Definition at line 70 of file buffer_internal.h.
| AVBufferPool* BufferPoolEntry::pool |
Definition at line 72 of file buffer_internal.h.
| struct BufferPoolEntry* BufferPoolEntry::next |
Definition at line 73 of file buffer_internal.h.
1.8.17