Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/f_select.c')
-rw-r--r--libavfilter/f_select.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c
index e2c4ef719a..b34196dee3 100644
--- a/libavfilter/f_select.c
+++ b/libavfilter/f_select.c
@@ -388,8 +388,6 @@ static int query_formats(AVFilterContext *ctx)
return 0;
}
-static const char *const shorthand[] = { "expr", NULL };
-
#if CONFIG_ASELECT_FILTER
#define OFFSET(x) offsetof(SelectContext, x)
@@ -445,7 +443,6 @@ AVFilter avfilter_af_aselect = {
.inputs = avfilter_af_aselect_inputs,
.outputs = avfilter_af_aselect_outputs,
.priv_class = &aselect_class,
- .shorthand = shorthand,
};
#endif /* CONFIG_ASELECT_FILTER */