Searched refs:linklabel (Results 1 – 3 of 3) sorted by relevance
86 char *linklabel; /* name of an output link, for mapping lavfi outputs */ member
216 av_freep(&o->stream_maps[i].linklabel); in uninit_options()399 m->linklabel = av_get_token(&c, "]"); in opt_map()400 if (!m->linklabel) { in opt_map()2335 if (map->linklabel) { in open_output_file()2344 if (out && !strcmp(out->name, map->linklabel)) { in open_output_file()2353 … "in any defined filter graph, or was already used elsewhere.\n", map->linklabel); in open_output_file()
1346 …am_specifier}][?][,@var{sync_file_id}[:@var{stream_specifier}]] | @var{[linklabel]} (@emph{output})1367 An alternative @var{[linklabel]} form will map outputs from complex filter1369 @var{linklabel} must correspond to a defined output link label in the graph.