summaryrefslogtreecommitdiffstats
path: root/libavfilter/f_select.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-10 02:32:35 +0100
committerClément Bœsch <ubitux@gmail.com>2013-03-10 02:38:21 +0100
commit96e4b00d62ac12bf16f40d00c1b36670503231a5 (patch)
tree16353d65048173fc243cd20f726eaf7b898b6178 /libavfilter/f_select.c
parent806a66fd08a395486e763fb10588c5fd02e8d54e (diff)
downloadffmpeg-streaming-96e4b00d62ac12bf16f40d00c1b36670503231a5.zip
ffmpeg-streaming-96e4b00d62ac12bf16f40d00c1b36670503231a5.tar.gz
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 36ef507..603fad3 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,
},
OpenPOWER on IntegriCloud