Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dteeproto.c93 char *child_string = av_get_token(&filename, child_delim); in tee_open() local
97 if (!child_string) { in tee_open()
110 ret = ff_tee_parse_slave_options(h, child_string, &options, &child_name); in tee_open()
119 av_freep(&child_string); in tee_open()