diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-10 02:32:35 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-10 02:38:21 +0100 |
commit | 96e4b00d62ac12bf16f40d00c1b36670503231a5 (patch) | |
tree | 16353d65048173fc243cd20f726eaf7b898b6178 /libavfilter/vf_overlay.c | |
parent | 806a66fd08a395486e763fb10588c5fd02e8d54e (diff) | |
download | ffmpeg-96e4b00d62ac12bf16f40d00c1b36670503231a5.tar.gz |
lavfi: remove remaining forgotten min/rej perms.
Diffstat (limited to 'libavfilter/vf_overlay.c')
-rw-r--r-- | libavfilter/vf_overlay.c | 1 |
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, }, |