Lines Matching defs:version
11 * version 2.1 of the License, or (at your option) any later version.
245 int version; /* HLS version */
1409 ff_hls_write_playlist_version(hls->m3u8_out, hls->version);
1553 hls->version = 2;
1555 hls->version = 3;
1559 hls->version = 4;
1564 hls->version = 4;
1568 hls->version = 6;
1572 hls->version = 7;
1592 ff_hls_write_playlist_header(byterange_mode ? hls->m3u8_out : vs->out, hls->version, hls->allowcache,
1641 ff_hls_write_playlist_header(hls->sub_m3u8_out, hls->version, hls->allowcache,
3175 .version = LIBAVUTIL_VERSION_INT,