[FFmpeg-cvslog] vf_fade: fix permissions.

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


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Tue Aug 14 18:44:12 2012 +0200| [3c0cc3ae67661bc047a33c41a04f1cf0d2acc2bb] | committer: Nicolas George

vf_fade: fix permissions.

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

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

diff --git a/libavfilter/vf_fade.c b/libavfilter/vf_fade.c
index cd93f9b..95d495a 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, },



More information about the ffmpeg-cvslog mailing list