Home
last modified time | relevance | path

Searched refs:linklabel (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.h86 char *linklabel; /* name of an output link, for mapping lavfi outputs */ member
Dffmpeg_opt.c216 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()
/third_party/ffmpeg/doc/
Dffmpeg.texi1346 …am_specifier}][?][,@var{sync_file_id}[:@var{stream_specifier}]] | @var{[linklabel]} (@emph{output})
1367 An alternative @var{[linklabel]} form will map outputs from complex filter
1369 @var{linklabel} must correspond to a defined output link label in the graph.