#include <limits.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "avtextformat.h"
#include <libavutil/mem.h>
#include <libavutil/avassert.h>
#include <libavutil/bprint.h>
#include <libavutil/opt.h>
Go to the source code of this file.
◆ writer_w8
#define writer_w8 |
( |
|
wctx_, |
|
|
|
b_ |
|
) |
| (wctx_)->writer->writer->writer_w8((wctx_)->writer, b_) |
◆ writer_put_str
#define writer_put_str |
( |
|
wctx_, |
|
|
|
str_ |
|
) |
| (wctx_)->writer->writer->writer_put_str((wctx_)->writer, str_) |
◆ writer_printf
#define writer_printf |
( |
|
wctx_, |
|
|
|
fmt_, |
|
|
|
... |
|
) |
| (wctx_)->writer->writer->writer_printf((wctx_)->writer, fmt_, __VA_ARGS__) |
◆ DEFINE_FORMATTER_CLASS
#define DEFINE_FORMATTER_CLASS |
( |
|
name | ) |
|
Value:static const char *
name##_get_name(
void *
ctx) \
{ \
} \
.item_name =
name##_get_name, \
.option =
name##_options \
}
Definition at line 37 of file tf_ini.c.
◆ 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 67 of file tf_ini.c.
◆ avtextformatter_ini