FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "filters.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | FreezeFramesContext |
Macros | |
#define | OFFSET(x) offsetof(FreezeFramesContext, x) |
#define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
AVFILTER_DEFINE_CLASS (freezeframes) | |
static int | config_output (AVFilterLink *outlink) |
static int | activate (AVFilterContext *ctx) |
static av_cold void | uninit (AVFilterContext *ctx) |
Variables | |
static const AVOption | freezeframes_options [] |
static const AVFilterPad | freezeframes_inputs [] |
static const AVFilterPad | freezeframes_outputs [] |
AVFilter | ff_vf_freezeframes |
#define OFFSET | ( | x | ) | offsetof(FreezeFramesContext, x) |
Definition at line 39 of file vf_freezeframes.c.
#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 40 of file vf_freezeframes.c.
AVFILTER_DEFINE_CLASS | ( | freezeframes | ) |
|
static |
Definition at line 51 of file vf_freezeframes.c.
|
static |
Definition at line 74 of file vf_freezeframes.c.
|
static |
Definition at line 130 of file vf_freezeframes.c.
|
static |
Definition at line 42 of file vf_freezeframes.c.
|
static |
Definition at line 137 of file vf_freezeframes.c.
|
static |
Definition at line 149 of file vf_freezeframes.c.
AVFilter ff_vf_freezeframes |
Definition at line 158 of file vf_freezeframes.c.