Go to the source code of this file.
◆ OFFSET [1/2]
Value:
Definition at line 73 of file opt.c.
◆ TEST_FLAG_COOL
| #define TEST_FLAG_COOL 01 |
Definition at line 75 of file opt.c.
◆ TEST_FLAG_LAME
| #define TEST_FLAG_LAME 02 |
Definition at line 76 of file opt.c.
◆ TEST_FLAG_MU
Definition at line 77 of file opt.c.
◆ OFFSET [2/2]
Value:
Definition at line 73 of file opt.c.
◆ test_get_name()
| static const char * test_get_name |
( |
void * | ctx | ) |
|
|
static |
◆ child_get_name()
| static const char * child_get_name |
( |
void * | ctx | ) |
|
|
static |
◆ test_child_next()
| static void * test_child_next |
( |
void * | obj, |
|
|
void * | prev ) |
|
static |
◆ log_callback_help()
| static void log_callback_help |
( |
void * | ptr, |
|
|
int | level, |
|
|
const char * | fmt, |
|
|
va_list | vl ) |
|
static |
◆ main()
◆ array_str
Initial value:= {
.sep = '|',
.def = "str0|str\\|1|str\\\\2",
}
Definition at line 79 of file opt.c.
◆ array_dict
Initial value:= {
.def = "k00=v\\\\\\\\00:k01=v\\,01,k10=v\\\\=1\\\\:0",
}
Definition at line 84 of file opt.c.
◆ test_options
Definition at line 89 of file opt.c.
◆ child_options
Initial value:= {
}
@ AV_OPT_TYPE_INT64
Underlying C type is int64_t.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 138 of file opt.c.
◆ child_class
Initial value:= {
.class_name = "ChildContext",
}
#define LIBAVUTIL_VERSION_INT
static const char * child_get_name(void *ctx)
static const AVOption child_options[]
Definition at line 149 of file opt.c.
Referenced by main().
◆ test_class
Initial value:= {
.class_name = "TestContext",
}
static void * test_child_next(void *obj, void *prev)
static const AVOption test_options[]
static const char * test_get_name(void *ctx)
Definition at line 164 of file opt.c.
Referenced by main().