#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 |
( |
ini |
| ) |
|
◆ ini_escape_str()
static char* ini_escape_str |
( |
AVBPrint * |
dst, |
|
|
const char * |
src |
|
) |
| |
|
static |
◆ ini_print_section_header()
◆ ini_print_str()
◆ ini_print_int()
◆ ini_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 52 of file tf_ini.c.
◆ avtextformatter_ini
Initial value:= {
.name = "ini",
.priv_class = &ini_class,
}
Definition at line 141 of file tf_ini.c.