split: set rej_perms = AV_PERM_WRITE on outputs.
This commit is contained in:
parent
a0d274d228
commit
a34eb393fc
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ 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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue