#include <limits.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "avtextformat.h"
#include "libavutil/bprint.h"
#include "libavutil/opt.h"
#include "tf_internal.h"
Go to the source code of this file.
◆ OFFSET
◆ DEFINE_FORMATTER_CLASS()
DEFINE_FORMATTER_CLASS |
( |
default |
| ) |
|
◆ upcase_string()
static char* upcase_string |
( |
char * |
dst, |
|
|
size_t |
dst_size, |
|
|
const char * |
src |
|
) |
| |
|
inlinestatic |
◆ default_print_section_header()
◆ default_print_section_footer()
◆ default_print_str()
static void default_print_str |
( |
AVTextFormatContext * |
wctx, |
|
|
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
|
static |
◆ default_print_int()
◆ default_options
Initial value:= {
{
"noprint_wrappers",
"do not print headers and footers",
OFFSET(noprint_wrappers),
AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1 },
}
Definition at line 44 of file tf_default.c.
◆ avtextformatter_default