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:
authorNicolas George <nicolas.george@normalesup.org>2012-08-14 20:41:03 +0400
committerNicolas George <nicolas.george@normalesup.org>2012-08-17 20:26:40 +0400
commitceb8dc1e04ea20fd6bec6980cb9ae29ce7a1fcea (patch)
treeca8f1bacd72d44849bac40b5f568d1002f7a01e1 /libavfilter/vf_ass.c
parent07663871e18d4b463e5ae53d86afd3ce9339eb34 (diff)
vf_ass: fix permissions.
Diffstat (limited to 'libavfilter/vf_ass.c')
-rw-r--r--libavfilter/vf_ass.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/vf_ass.c b/libavfilter/vf_ass.c
index 01adf5be5a..d29c20aab1 100644
--- a/libavfilter/vf_ass.c
+++ b/libavfilter/vf_ass.c
@@ -214,8 +214,7 @@ AVFilter avfilter_vf_ass = {
.draw_slice = null_draw_slice,
.end_frame = end_frame,
.config_props = config_input,
- .min_perms = AV_PERM_WRITE | AV_PERM_READ,
- .rej_perms = AV_PERM_PRESERVE },
+ .min_perms = AV_PERM_WRITE | AV_PERM_READ },
{ .name = NULL}
},
.outputs = (const AVFilterPad[]) {