Searched refs:allowcache (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hlsplaylist.c | 98 void ff_hls_write_playlist_header(AVIOContext *out, int version, int allowcache, in ff_hls_write_playlist_header() argument 105 if (allowcache == 0 || allowcache == 1) { in ff_hls_write_playlist_header() 106 avio_printf(out, "#EXT-X-ALLOW-CACHE:%s\n", allowcache == 0 ? "NO" : "YES"); in ff_hls_write_playlist_header()
|
H A D | hlsplaylist.h | 49 void ff_hls_write_playlist_header(AVIOContext *out, int version, int allowcache,
|
H A D | hlsenc.c | 212 int allowcache; member 1592 ff_hls_write_playlist_header(byterange_mode ? hls->m3u8_out : vs->out, hls->version, hls->allowcache, in hls_window() 1641 ff_hls_write_playlist_header(hls->sub_m3u8_out, hls->version, hls->allowcache, in hls_window() 3116 {"hls_allow_cache", "explicitly set whether the client MAY (1) or MUST NOT (0) cache media segments", OFFSET(allowcache), AV_OPT_TYPE_INT, {.i64 = -1}, INT_MIN, INT_MAX, E},
|
Completed in 6 milliseconds