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/split.c | |
parent | 806a66fd08a395486e763fb10588c5fd02e8d54e (diff) | |
download | ffmpeg-96e4b00d62ac12bf16f40d00c1b36670503231a5.tar.gz |
lavfi: remove remaining forgotten min/rej perms.
Diffstat (limited to 'libavfilter/split.c')
-rw-r--r-- | libavfilter/split.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/split.c b/libavfilter/split.c index fadbcc0ed1..b57d8cd483 100644 --- a/libavfilter/split.c +++ b/libavfilter/split.c @@ -52,7 +52,6 @@ static int split_init(AVFilterContext *ctx, const char *args) snprintf(name, sizeof(name), "output%d", i); pad.type = ctx->filter->inputs[0].type; pad.name = av_strdup(name); - pad.rej_perms = AV_PERM_WRITE; ff_insert_outpad(ctx, i, &pad); } |