#include <limits.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "avtextformat.h"
#include "libavutil/bprint.h"
#include "libavutil/error.h"
#include "libavutil/opt.h"
#include "tf_internal.h"
Go to the source code of this file.
◆ OFFSET
◆ DEFINE_FORMATTER_CLASS()
DEFINE_FORMATTER_CLASS |
( |
flat |
| ) |
|
◆ flat_init()
◆ flat_escape_key_str()
static const char* flat_escape_key_str |
( |
AVBPrint * |
dst, |
|
|
const char * |
src, |
|
|
const char |
sep |
|
) |
| |
|
static |
◆ flat_escape_value_str()
static const char* flat_escape_value_str |
( |
AVBPrint * |
dst, |
|
|
const char * |
src |
|
) |
| |
|
static |
◆ flat_print_section_header()
◆ flat_print_int()
◆ flat_print_str()
static void flat_print_str |
( |
AVTextFormatContext * |
wctx, |
|
|
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
|
static |
◆ flat_options
Initial value:= {
{
"hierarchical",
"specify if the section specification should be hierarchical",
OFFSET(hierarchical),
AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1 },
{
"h",
"specify if the section specification should be hierarchical",
OFFSET(hierarchical),
AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1 },
}
Definition at line 45 of file tf_flat.c.
◆ avtextformatter_flat
Initial value:= {
.name = "flat",
.priv_class = &flat_class,
}
Definition at line 151 of file tf_flat.c.