39 for (; (*graph)->filter_count > 0; (*graph)->filter_count--)
60 const char *
name,
const char *args,
void *opaque,
91 "Input pad \"%s\" for the filter \"%s\" of type \"%s\" not connected to any source\n",
100 "Output pad \"%s\" for the filter \"%s\" of type \"%s\" not connected to any destination\n",
141 int scaler_count = 0;
162 char scale_args[256];
164 snprintf(inst_name,
sizeof(inst_name),
"auto-inserted scaler %d",
166 snprintf(scale_args,
sizeof(scale_args),
"0:0:%s", graph->
scale_sws_opts);
168 inst_name, scale_args,
NULL, graph)) < 0)
174 if (((link = scale-> inputs[0]) &&
179 "Impossible to convert between the formats supported by the filter "