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) |
| |
◆ OFFSET
◆ FLAGS
◆ TFLAGS
◆ AVFILTER_DEFINE_CLASS_EXT()
◆ process_frame()
◆ activate()
◆ config_output()
◆ parse_definition()
| static int parse_definition |
( |
AVFilterContext * | ctx, |
|
|
int | nb_pads, |
|
|
int | is_input, |
|
|
int | is_audio ) |
|
static |
◆ 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()
◆ streamselect_options
Initial value:= {
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
Definition at line 45 of file f_streamselect.c.
Referenced by AVFILTER_DEFINE_CLASS_EXT().
◆ ff_vf_streamselect
Initial value:= {
.p.name = "streamselect",
.p.priv_class = &streamselect_class,
}
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
int(* init)(AVBSFContext *ctx)
#define AVFILTER_FLAG_DYNAMIC_OUTPUTS
The number of the filter outputs is not determined just by AVFilter.outputs.
#define AVFILTER_FLAG_DYNAMIC_INPUTS
The number of the filter inputs is not determined just by AVFilter.inputs.
static av_cold void uninit(AVBitStreamFilterContext *ctx)
static int activate(AVBitStreamFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 299 of file f_streamselect.c.
◆ ff_af_astreamselect
Initial value:= {
.p.name = "astreamselect",
.p.priv_class = &streamselect_class,
}
Definition at line 311 of file f_streamselect.c.