Searched refs:nested_url (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hlsproto.c | 188 const char *nested_url; in hls_open() local 195 if (av_strstart(uri, "hls+", &nested_url)) { in hls_open() 196 av_strlcpy(s->playlisturl, nested_url, sizeof(s->playlisturl)); in hls_open() 197 } else if (av_strstart(uri, "hls://", &nested_url)) { in hls_open() 200 nested_url); in hls_open()
|
H A D | crypto.c | 112 const char *nested_url; in crypto_open2() local 117 if (!av_strstart(uri, "crypto+", &nested_url) && in crypto_open2() 118 !av_strstart(uri, "crypto:", &nested_url)) { in crypto_open2() 143 if ((ret = ffurl_open_whitelist(&c->hd, nested_url, flags, in crypto_open2() 146 av_log(h, AV_LOG_ERROR, "Unable to open resource: %s\n", nested_url); in crypto_open2()
|
Completed in 2 milliseconds