Go to the source code of this file.
|
| AVFILTER_DEFINE_CLASS (streamselect) |
|
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
|
static int | process_frame (FFFrameSync *fs) |
|
static int | request_frame (AVFilterLink *outlink) |
|
static int | config_output (AVFilterLink *outlink) |
|
static int | parse_definition (AVFilterContext *ctx, int nb_pads, void *filter_frame, 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) |
|
AVFILTER_DEFINE_CLASS |
( |
streamselect |
| ) |
|
static int parse_definition |
( |
AVFilterContext * |
ctx, |
|
|
int |
nb_pads, |
|
|
void * |
filter_frame, |
|
|
int |
is_audio |
|
) |
| |
|
static |
static int process_command |
( |
AVFilterContext * |
ctx, |
|
|
const char * |
cmd, |
|
|
const char * |
args, |
|
|
char * |
res, |
|
|
int |
res_len, |
|
|
int |
flags |
|
) |
| |
|
static |
AVFILTER_DEFINE_CLASS |
( |
astreamselect |
| ) |
|
Initial value:= {
.name = "streamselect",
.priv_class = &streamselect_class,
}
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
static av_cold void uninit(AVFilterContext *ctx)
static int query_formats(AVFilterContext *ctx)
static av_cold int init(AVFilterContext *ctx)
#define AVFILTER_FLAG_DYNAMIC_INPUTS
The number of the filter inputs is not determined just by AVFilter.inputs.
#define AVFILTER_FLAG_DYNAMIC_OUTPUTS
The number of the filter outputs is not determined just by AVFilter.outputs.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 328 of file f_streamselect.c.
Initial value:= {
.name = "astreamselect",
.priv_class = &astreamselect_class,
}
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
static av_cold void uninit(AVFilterContext *ctx)
static int query_formats(AVFilterContext *ctx)
static av_cold int init(AVFilterContext *ctx)
#define AVFILTER_FLAG_DYNAMIC_INPUTS
The number of the filter inputs is not determined just by AVFilter.inputs.
#define AVFILTER_FLAG_DYNAMIC_OUTPUTS
The number of the filter outputs is not determined just by AVFilter.outputs.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 343 of file f_streamselect.c.