#include "config_components.h"
#include "libavutil/lfg.h"
#include "libavutil/opt.h"
#include "libavutil/random_seed.h"
#include "audio.h"
#include "filters.h"
#include "video.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ TFLAGS
◆ mode
| Enumerator |
|---|
| MODE_NONE | |
| MODE_RO | |
| MODE_RW | |
| MODE_TOGGLE | |
| MODE_RANDOM | |
| NB_MODES | |
Definition at line 30 of file f_perms.c.
◆ perm
◆ init()
◆ filter_frame()
◆ AVFILTER_DEFINE_CLASS_EXT()
| AVFILTER_DEFINE_CLASS_EXT |
( |
perms | , |
|
|
"(a)perms" | , |
|
|
options | ) |
◆ options
Initial value:= {
}
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
@ AV_OPT_TYPE_INT64
Underlying C type is int64_t.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 50 of file f_perms.c.
◆ perm_str
| const char* const perm_str[2] = { "RO", "RW" } |
|
static |