From f3133a48e50bf2258498035c0330b22ba7f34653 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Tue, 14 Aug 2012 18:41:49 +0200 Subject: vf_delogo: fix permissions. --- libavfilter/vf_delogo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavfilter/vf_delogo.c') diff --git a/libavfilter/vf_delogo.c b/libavfilter/vf_delogo.c index 0c17d54b6a..1ac3d0a89e 100644 --- a/libavfilter/vf_delogo.c +++ b/libavfilter/vf_delogo.c @@ -257,8 +257,7 @@ AVFilter avfilter_vf_delogo = { .start_frame = ff_inplace_start_frame, .draw_slice = null_draw_slice, .end_frame = 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, }, -- cgit v1.2.3