From d5765d472555240ce82f9aa24bbb7be2a8d77019 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Tue, 14 Aug 2012 18:42:51 +0200 Subject: [PATCH] vf_drawtext: fix permissions. --- libavfilter/vf_drawtext.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index 52da50da0c..9ae601d9ba 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@ -826,8 +826,7 @@ AVFilter avfilter_vf_drawtext = { .end_frame = end_frame, .config_props = config_input, .min_perms = AV_PERM_WRITE | - AV_PERM_READ, - .rej_perms = AV_PERM_PRESERVE }, + AV_PERM_READ }, { .name = NULL}}, .outputs = (const AVFilterPad[]) {{ .name = "default", .type = AVMEDIA_TYPE_VIDEO, },