FFmpeg
|
#include "libavutil/avstring.h"
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "framesync.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | MixContext |
struct | ThreadData |
Used for passing data between threads. More... | |
Macros | |
#define | OFFSET(x) offsetof(MixContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
static int | query_formats (AVFilterContext *ctx) |
static av_cold int | init (AVFilterContext *ctx) |
static int | mix_frames (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
static int | process_frame (FFFrameSync *fs) |
static int | config_output (AVFilterLink *outlink) |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | activate (AVFilterContext *ctx) |
Variables | |
static const AVOption | mix_options [] |
static const AVFilterPad | outputs [] |
#define OFFSET | ( | x | ) | offsetof(MixContext, x) |
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
|
static |
|
static |
|
static |
Definition at line 132 of file vf_mix.c.
Referenced by process_frame().
|
static |
Definition at line 189 of file vf_mix.c.
Referenced by config_output().
|
static |
|
static |
|
static |
|
static |
|
static |