|
FFmpeg 7.1.2
|
May be set as default_val for AV_OPT_TYPE_FLAG_ARRAY options. More...
#include <libavutil/opt.h>
Data Fields | |
| const char * | def |
| Native access only. | |
| unsigned | size_min |
| Minimum number of elements in the array. | |
| unsigned | size_max |
| Maximum number of elements in the array, 0 when unlimited. | |
| char | sep |
| Separator between array elements in string representations of this option, used by av_opt_set() and av_opt_get(). | |
| const char* AVOptionArrayDef::def |
Native access only.
Default value of the option, as would be serialized by av_opt_get() (i.e. using the value of sep as the separator).
| unsigned AVOptionArrayDef::size_min |
| unsigned AVOptionArrayDef::size_max |
| char AVOptionArrayDef::sep |
Separator between array elements in string representations of this option, used by av_opt_set() and av_opt_get().
It must be a printable ASCII character, excluding alphanumeric and the backslash. A comma is used when sep=0.
The separator and the backslash must be backslash-escaped in order to appear in string representations of the option value.