Home
last modified time | relevance | path

Searched refs:stream_spec (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c608 static void parse_meta_type(char *arg, char *type, int *index, const char **stream_spec) in parse_meta_type() argument
620 *stream_spec = *arg == ':' ? arg + 1 : ""; in parse_meta_type()
2747 const char *stream_spec; in open_output_file() local
2758 parse_meta_type(o->metadata[i].specifier, &type, &index, &stream_spec); in open_output_file()
2762 if ((ret = check_stream_specifier(oc, oc->streams[j], stream_spec)) > 0) { in open_output_file()
/third_party/ffmpeg/doc/
Dffmpeg.texi1502 @item @var{s}[:@var{stream_spec}]
1503 per-stream metadata. @var{stream_spec} is a stream specifier as described