|
FFmpeg
|
#include <limits.h>#include <stdio.h>#include <string.h>#include "libavutil/buffer.h"#include "libavutil/mem.h"Go to the source code of this file.
Functions | |
| static void | custom_free (void *opaque, uint8_t *data) |
| static AVBufferRef * | pool_alloc2 (void *opaque, size_t size) |
| static void | pool_free_cb (void *opaque) |
| int | main (void) |
Variables | |
| static int | custom_free_called |
| static int | pool_free_called |
| static int | pool_alloc2_called |
|
static |
|
static |
|
static |
|
static |
Definition at line 26 of file buffer.c.
Referenced by custom_free(), and main().
|
static |
Definition at line 27 of file buffer.c.
Referenced by main(), and pool_free_cb().
|
static |
Definition at line 28 of file buffer.c.
Referenced by main(), and pool_alloc2().
1.8.17