summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-08-14 18:44:12 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-08-17 18:26:41 +0200
commit3c0cc3ae67661bc047a33c41a04f1cf0d2acc2bb (patch)
treeed3e597551f38c2e6779028e71bca5429b60fe70 /libavfilter
parentd5765d472555240ce82f9aa24bbb7be2a8d77019 (diff)
vf_fade: fix permissions.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/vf_fade.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/vf_fade.c b/libavfilter/vf_fade.c
index cd93f9bf6b..95d495a370 100644
--- a/libavfilter/vf_fade.c
+++ b/libavfilter/vf_fade.c
@@ -290,8 +290,7 @@ AVFilter avfilter_vf_fade = {
.start_frame = ff_null_start_frame,
.draw_slice = draw_slice,
.end_frame = end_frame,
- .min_perms = AV_PERM_READ | AV_PERM_WRITE,
- .rej_perms = AV_PERM_PRESERVE, },
+ .min_perms = AV_PERM_READ | AV_PERM_WRITE },
{ .name = NULL}},
.outputs = (const AVFilterPad[]) {{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO, },