[FFmpeg-cvslog] vf_drawtext: 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:42:36 2012 +0200| [0238806f64d60d8d898b1fc3d76ffbf48a3fc43a] | committer: Nicolas George

vf_drawtext: fix permissions.

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

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

diff --git a/libavfilter/vf_drawbox.c b/libavfilter/vf_drawbox.c
index 2e02be4..3067f21 100644
--- a/libavfilter/vf_drawbox.c
+++ b/libavfilter/vf_drawbox.c
@@ -138,8 +138,7 @@ AVFilter avfilter_vf_drawbox = {
                                           .start_frame      = ff_null_start_frame,
                                           .draw_slice       = draw_slice,
                                           .end_frame        = ff_null_end_frame,
-                                          .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[]) {{ .name             = "default",
                                           .type             = AVMEDIA_TYPE_VIDEO, },



More information about the ffmpeg-cvslog mailing list