#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.
|
| AVFILTER_DEFINE_CLASS_EXT (streamselect, "(a)streamselect", streamselect_options) |
|
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) |
|
◆ OFFSET
◆ FLAGS
◆ TFLAGS
◆ AVFILTER_DEFINE_CLASS_EXT()
◆ process_frame()
◆ activate()
◆ config_output()
◆ parse_definition()
◆ parse_mapping()
◆ process_command()
static int process_command |
( |
AVFilterContext * |
ctx, |
|
|
const char * |
cmd, |
|
|
const char * |
args, |
|
|
char * |
res, |
|
|
int |
res_len, |
|
|
int |
flags |
|
) |
| |
|
static |
◆ init()
◆ uninit()
◆ query_formats()
◆ streamselect_options
◆ ff_vf_streamselect
Initial value:= {
.name = "streamselect",
.priv_class = &streamselect_class,
}
Definition at line 321 of file f_streamselect.c.
◆ ff_af_astreamselect
Initial value:= {
.name = "astreamselect",
.priv_class = &streamselect_class,
}
Definition at line 334 of file f_streamselect.c.
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)