|
FFmpeg
|
#include "libavutil/avstring.h"#include "libavutil/internal.h"#include "libavutil/opt.h"#include "avfilter.h"#include "audio.h"#include "filters.h"#include "formats.h"#include "framesync.h"#include "internal.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | StreamSelectContext |
Macros | |
| #define | OFFSET(x) offsetof(StreamSelectContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
| #define | TFLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_RUNTIME_PARAM |
| #define | astreamselect_options streamselect_options |
Functions | |
| AVFILTER_DEFINE_CLASS (streamselect) | |
| static int | process_frame (FFFrameSync *fs) |
| static int | activate (AVFilterContext *ctx) |
| static int | config_output (AVFilterLink *outlink) |
| static int | parse_definition (AVFilterContext *ctx, int nb_pads, int is_input, int is_audio) |
| static int | parse_mapping (AVFilterContext *ctx, const char *map) |
| static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
| static av_cold int | init (AVFilterContext *ctx) |
| static av_cold void | uninit (AVFilterContext *ctx) |
| static int | query_formats (AVFilterContext *ctx) |
| AVFILTER_DEFINE_CLASS (astreamselect) | |
Variables | |
| static const AVOption | streamselect_options [] |
| AVFilter | ff_vf_streamselect |
| AVFilter | ff_af_astreamselect |
| #define OFFSET | ( | x | ) | offsetof(StreamSelectContext, x) |
Definition at line 42 of file f_streamselect.c.
| #define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 43 of file f_streamselect.c.
| #define TFLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_RUNTIME_PARAM |
Definition at line 44 of file f_streamselect.c.
| #define astreamselect_options streamselect_options |
Definition at line 343 of file f_streamselect.c.
| AVFILTER_DEFINE_CLASS | ( | streamselect | ) |
|
static |
Definition at line 53 of file f_streamselect.c.
Referenced by config_output().
|
static |
Definition at line 92 of file f_streamselect.c.
|
static |
Definition at line 98 of file f_streamselect.c.
Referenced by parse_definition().
|
static |
Definition at line 153 of file f_streamselect.c.
Referenced by init().
|
static |
Definition at line 185 of file f_streamselect.c.
Referenced by init(), and process_command().
|
static |
Definition at line 244 of file f_streamselect.c.
|
static |
Definition at line 257 of file f_streamselect.c.
|
static |
Definition at line 290 of file f_streamselect.c.
|
static |
Definition at line 306 of file f_streamselect.c.
| AVFILTER_DEFINE_CLASS | ( | astreamselect | ) |
|
static |
Definition at line 45 of file f_streamselect.c.
| AVFilter ff_vf_streamselect |
Definition at line 330 of file f_streamselect.c.
| AVFilter ff_af_astreamselect |
Definition at line 346 of file f_streamselect.c.
1.8.17