FFmpeg
|
#include "libavutil/lfg.h"
#include "libavutil/opt.h"
#include "libavutil/random_seed.h"
#include "audio.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | PermsContext |
Macros | |
#define | OFFSET(x) offsetof(PermsContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
Enumerations | |
enum | mode { MODE_NONE, MODE_RO, MODE_RW, MODE_TOGGLE, MODE_RANDOM, NB_MODES, MODE_HARD, MODE_SOFT, NB_MODES } |
enum | perm { RO, RW } |
Functions | |
static av_cold int | init (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
Variables | |
static const AVOption | options [] |
static const char * | perm_str [2] = { "RO", "RW" } |
#define OFFSET | ( | x | ) | offsetof(PermsContext, x) |
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
enum mode |
|
static |
|
static |
|
static |
|
static |
Definition at line 75 of file f_perms.c.
Referenced by filter_frame().