#include <inttypes.h>
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "avtextformat.h"
#include "libavutil/avutil.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 },
}
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
Definition at line 45 of file tf_default.c.
◆ avtextformatter_default
Initial value:= {
.name = "default",
.priv_class = &default_class,
}
#define AV_TEXTFORMAT_FLAG_SUPPORTS_OPTIONAL_FIELDS
#define flags(name, subs,...)
static void default_print_str(AVTextFormatContext *wctx, const char *key, const char *value)
static void default_print_int(AVTextFormatContext *wctx, const char *key, int64_t value)
static void default_print_section_header(AVTextFormatContext *wctx, const void *data)
static void default_print_section_footer(AVTextFormatContext *wctx)
Definition at line 128 of file tf_default.c.