Searched refs:lookahead_count (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | smoothstreamingenc.c | 73 int lookahead_count; member 246 …f(out, " IsLive=\"true\" LookAheadFragmentCount=\"%d\" DVRWindowLength=\"0\"", c->lookahead_count); in write_manifest() 259 output_chunk_list(&c->streams[last], out, final, c->lookahead_count, c->window_size); in write_manifest() 273 output_chunk_list(&c->streams[last], out, final, c->lookahead_count, c->window_size); in write_manifest() 343 av_dict_set_int(&opts, "ism_lookahead", c->lookahead_count, 0); in ism_write_header() 559 … int remove = os->nb_fragments - c->window_size - c->extra_window_size - c->lookahead_count; in ism_flush() 626 …{ "lookahead_count", "number of lookahead fragments", OFFSET(lookahead_count), AV_OPT_TYPE_INT, { …
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 2177 @item lookahead_count
|