Home
last modified time | relevance | path

Searched refs:AV_CAT_SEPARATOR (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dconcat.c34 #define AV_CAT_SEPARATOR "|" macro
80 if (uri[i] == *AV_CAT_SEPARATOR) { in concat_open()
95 len = strcspn(uri, AV_CAT_SEPARATOR); in concat_open()
99 uri += len + strspn(uri + len, AV_CAT_SEPARATOR); in concat_open()

Completed in 1 milliseconds