Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhlsproto.c67 URLContext *seg_hd; member
180 ffurl_closep(&s->seg_hd); in hls_close()
256 if (s->seg_hd) { in hls_read()
257 ret = ffurl_read(s->seg_hd, buf, size); in hls_read()
261 if (s->seg_hd) { in hls_read()
262 ffurl_closep(&s->seg_hd); in hls_read()
298 ret = ffurl_open_whitelist(&s->seg_hd, url, AVIO_FLAG_READ, in hls_read()

Completed in 1 milliseconds