|
FFmpeg
|
#include <limits.h>#include <stdarg.h>#include "avtextwriters.h"#include "libavutil/opt.h"#include "libavutil/bprint.h"Go to the source code of this file.
Data Structures | |
| struct | BufferWriterContext |
Macros | |
| #define | WRITER_NAME "bufferwriter" |
Functions | |
| static const char * | bufferwriter_get_name (void *ctx) |
| static void | buffer_w8 (AVTextWriterContext *wctx, int b) |
| static void | buffer_put_str (AVTextWriterContext *wctx, const char *str) |
| static void | buffer_vprintf (AVTextWriterContext *wctx, const char *fmt, va_list vl) |
| int | avtextwriter_create_buffer (AVTextWriterContext **pwctx, AVBPrint *buffer) |
Variables | |
| static const AVClass | bufferwriter_class |
| const AVTextWriter | avtextwriter_buffer |
| #define WRITER_NAME "bufferwriter" |
Definition at line 30 of file tw_buffer.c.
|
static |
Definition at line 37 of file tw_buffer.c.
|
static |
Definition at line 47 of file tw_buffer.c.
|
static |
Definition at line 53 of file tw_buffer.c.
|
static |
Definition at line 59 of file tw_buffer.c.
| int avtextwriter_create_buffer | ( | AVTextWriterContext ** | pwctx, |
| AVBPrint * | buffer | ||
| ) |
Definition at line 76 of file tw_buffer.c.
Referenced by init_graphprint().
|
static |
Definition at line 42 of file tw_buffer.c.
| const AVTextWriter avtextwriter_buffer |
Definition at line 67 of file tw_buffer.c.
Referenced by avtextwriter_create_buffer().
1.8.17