|
|
@@ -273,10 +273,10 @@ static int parse_inputs(const char **buf, AVFilterInOut **currInputs, |
|
|
AVFilterInOut **openLinks, AVClass *log_ctx) |
|
|
AVFilterInOut **openLinks, AVClass *log_ctx) |
|
|
{ |
|
|
{ |
|
|
int pad = 0; |
|
|
int pad = 0; |
|
|
AVFilterInOut *p; |
|
|
|
|
|
|
|
|
|
|
|
while (**buf == '[') { |
|
|
while (**buf == '[') { |
|
|
char *name; |
|
|
char *name; |
|
|
|
|
|
AVFilterInOut *p; |
|
|
|
|
|
|
|
|
parse_link_name(buf, &name, log_ctx); |
|
|
parse_link_name(buf, &name, log_ctx); |
|
|
|
|
|
|
|
|
|