Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-10 05:32:35 +0400
committerClément Bœsch <ubitux@gmail.com>2013-03-10 05:38:21 +0400
commit96e4b00d62ac12bf16f40d00c1b36670503231a5 (patch)
tree16353d65048173fc243cd20f726eaf7b898b6178 /libavfilter/vf_overlay.c
parent806a66fd08a395486e763fb10588c5fd02e8d54e (diff)
lavfi: remove remaining forgotten min/rej perms.
Diffstat (limited to 'libavfilter/vf_overlay.c')
-rw-r--r--libavfilter/vf_overlay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c
index 313fef1533..e7d213ccd1 100644
--- a/libavfilter/vf_overlay.c
+++ b/libavfilter/vf_overlay.c
@@ -654,7 +654,6 @@ static const AVFilterPad avfilter_vf_overlay_outputs[] = {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
- .rej_perms = AV_PERM_WRITE,
.config_props = config_output,
.request_frame = request_frame,
},