From 0238806f64d60d8d898b1fc3d76ffbf48a3fc43a Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Tue, 14 Aug 2012 18:42:36 +0200 Subject: [PATCH] vf_drawtext: fix permissions. --- 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 2e02be4756..3067f21cff 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, },