FFmpeg
|
#include "config_components.h"
#include "libavutil/opt.h"
#include "libavutil/time.h"
#include "avfilter.h"
#include "filters.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | CueContext |
Macros | |
#define | OFFSET(x) offsetof(CueContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
static int | activate (AVFilterContext *ctx) |
AVFILTER_DEFINE_CLASS_EXT (cue_acue, "(a)cue", options) | |
Variables | |
static const AVOption | options [] |
#define OFFSET | ( | x | ) | offsetof(CueContext, x) |
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
|
static |
AVFILTER_DEFINE_CLASS_EXT | ( | cue_acue | , |
"(a)cue" | , | ||
options | |||
) |
|
static |