FFmpeg
|
#include "libavutil/avstring.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "filters.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | ShuffleFramesContext |
Macros | |
#define | OFFSET(x) offsetof(ShuffleFramesContext, x) |
#define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
static av_cold int | init (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
static av_cold void | uninit (AVFilterContext *ctx) |
AVFILTER_DEFINE_CLASS (shuffleframes) | |
Variables | |
static const AVOption | shuffleframes_options [] |
static const AVFilterPad | shuffleframes_inputs [] |
const AVFilter | ff_vf_shuffleframes |
#define OFFSET | ( | x | ) | offsetof(ShuffleFramesContext, x) |
Definition at line 133 of file vf_shuffleframes.c.
#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 134 of file vf_shuffleframes.c.
|
static |
Definition at line 41 of file vf_shuffleframes.c.
|
static |
Definition at line 83 of file vf_shuffleframes.c.
|
static |
Definition at line 119 of file vf_shuffleframes.c.
AVFILTER_DEFINE_CLASS | ( | shuffleframes | ) |
|
static |
Definition at line 135 of file vf_shuffleframes.c.
|
static |
Definition at line 142 of file vf_shuffleframes.c.
const AVFilter ff_vf_shuffleframes |
Definition at line 150 of file vf_shuffleframes.c.