|
FFmpeg
|
#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.
Data Structures | |
| struct | PermsContext |
Macros | |
| #define | OFFSET(x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
| #define | TFLAGS AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_RUNTIME_PARAM |
Enumerations | |
| enum | mode { MODE_NONE , MODE_RO , MODE_RW , MODE_TOGGLE , MODE_RANDOM , NB_MODES } |
| enum | perm { RO , RW } |
Functions | |
| static av_cold int | init (AVFilterContext *ctx) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
| AVFILTER_DEFINE_CLASS_EXT (perms, "(a)perms", options) | |
Variables | |
| static const AVOption | options [] |
| static const char *const | perm_str [2] = { "RO", "RW" } |
| #define OFFSET | ( | x | ) |
| #define FLAGS AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
| enum mode |
|
static |
|
static |
| AVFILTER_DEFINE_CLASS_EXT | ( | perms | , |
| "(a)perms" | , | ||
| options | ) |
|
static |
|
static |
Definition at line 76 of file f_perms.c.
Referenced by filter_frame().