Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dsmoothstreamingenc.c70 int lookahead_count; member
243 avio_printf(out, " IsLive=\"true\" LookAheadFragmentCount=\"%d\" DVRWindowLength=\"0\"", c->lookahead_count); in write_manifest()
256 output_chunk_list(&c->streams[last], out, final, c->lookahead_count, c->window_size); in write_manifest()
272 output_chunk_list(&c->streams[last], out, final, c->lookahead_count, c->window_size); in write_manifest()
342 av_dict_set_int(&opts, "ism_lookahead", c->lookahead_count, 0); in ism_write_header()
558 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, { .i64 = 2 }, 0, INT_MAX, E },

Completed in 2 milliseconds