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:
authorClément Bœsch <ubitux@gmail.com>2013-03-10 05:32:35 +0400
committerClément Bœsch <ubitux@gmail.com>2013-03-10 05:38:21 +0400
commit96e4b00d62ac12bf16f40d00c1b36670503231a5 (patch)
tree16353d65048173fc243cd20f726eaf7b898b6178 /libavfilter/f_select.c
parent806a66fd08a395486e763fb10588c5fd02e8d54e (diff)
lavfi: remove remaining forgotten min/rej perms.
Diffstat (limited to 'libavfilter/f_select.c')
-rw-r--r--libavfilter/f_select.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c
index 36ef50744a..603fad39c0 100644
--- a/libavfilter/f_select.c
+++ b/libavfilter/f_select.c
@@ -480,7 +480,6 @@ static const AVFilterPad avfilter_vf_select_inputs[] = {
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.get_video_buffer = ff_null_get_video_buffer,
- .min_perms = AV_PERM_PRESERVE,
.config_props = config_input,
.filter_frame = filter_frame,
},