Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dteeproto.c49 static const char *const child_delim = "|"; variable
93 char *child_string = av_get_token(&filename, child_delim); in tee_open()
125 if (strspn(filename, child_delim)) in tee_open()