[FFmpeg-cvslog] vf_ass: fix permissions.

Nicolas George git at videolan.org
Fri Aug 17 18:44:16 CEST 2012


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Tue Aug 14 18:41:03 2012 +0200| [ceb8dc1e04ea20fd6bec6980cb9ae29ce7a1fcea] | committer: Nicolas George

vf_ass: fix permissions.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ceb8dc1e04ea20fd6bec6980cb9ae29ce7a1fcea
---

 libavfilter/vf_ass.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavfilter/vf_ass.c b/libavfilter/vf_ass.c
index 01adf5b..d29c20a 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[]) {



More information about the ffmpeg-cvslog mailing list