forked from FFmpeg/FFmpeg
lavfi/f_streamselect: remove a no-op ff_filter_config_links() call
It does not do anything when the links are already configured.
This commit is contained in:
parent
a2314308f2
commit
90e4af65e1
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ static int process_command(AVFilterContext *ctx, const char *cmd, const char *ar
|
|||
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
return ff_filter_config_links(ctx);
|
||||
return 0;
|
||||
}
|
||||
return AVERROR(ENOSYS);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue