summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deshake.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_deshake.c
parent806a66fd08a395486e763fb10588c5fd02e8d54e (diff)
lavfi: remove remaining forgotten min/rej perms.
Diffstat (limited to 'libavfilter/vf_deshake.c')
-rw-r--r--libavfilter/vf_deshake.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_deshake.c b/libavfilter/vf_deshake.c
index 318c399473..138c25d8db 100644
--- a/libavfilter/vf_deshake.c
+++ b/libavfilter/vf_deshake.c
@@ -560,7 +560,6 @@ static const AVFilterPad deshake_inputs[] = {
.type = AVMEDIA_TYPE_VIDEO,
.filter_frame = filter_frame,
.config_props = config_props,
- .min_perms = AV_PERM_READ | AV_PERM_PRESERVE,
},
{ NULL }
};