From 96e4b00d62ac12bf16f40d00c1b36670503231a5 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sun, 10 Mar 2013 02:32:35 +0100 Subject: lavfi: remove remaining forgotten min/rej perms. --- libavfilter/vf_bbox.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/vf_bbox.c') diff --git a/libavfilter/vf_bbox.c b/libavfilter/vf_bbox.c index a761b56263..4ff0625a5d 100644 --- a/libavfilter/vf_bbox.c +++ b/libavfilter/vf_bbox.c @@ -94,7 +94,6 @@ static const AVFilterPad bbox_inputs[] = { .type = AVMEDIA_TYPE_VIDEO, .get_video_buffer = ff_null_get_video_buffer, .filter_frame = filter_frame, - .min_perms = AV_PERM_READ, }, { NULL } }; -- cgit v1.2.3