summaryrefslogtreecommitdiff
path: root/libavfilter/vf_idet.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/vf_idet.c
parent806a66fd08a395486e763fb10588c5fd02e8d54e (diff)
lavfi: remove remaining forgotten min/rej perms.
Diffstat (limited to 'libavfilter/vf_idet.c')
-rw-r--r--libavfilter/vf_idet.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c
index 0b10663469..f61ac5a7d6 100644
--- a/libavfilter/vf_idet.c
+++ b/libavfilter/vf_idet.c
@@ -299,7 +299,6 @@ static const AVFilterPad idet_inputs[] = {
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.filter_frame = filter_frame,
- .min_perms = AV_PERM_PRESERVE,
},
{ NULL }
};
@@ -308,7 +307,6 @@ static const AVFilterPad idet_outputs[] = {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
- .rej_perms = AV_PERM_WRITE,
.request_frame = request_frame,
},
{ NULL }