Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Ddashenc.c184 int global_sidx; member
1420 if (c->global_sidx && !c->single_file) { in dash_init()
1422 c->global_sidx = 0; in dash_init()
1425 if (c->global_sidx && c->streaming) { in dash_init()
1427 c->global_sidx = 0; in dash_init()
1640 if (c->global_sidx) in dash_init()
1641 av_dict_set(&opts, "movflags", "+dash+delay_moov+global_sidx+skip_trailer", AV_DICT_APPEND); in dash_init()
2012 if (c->global_sidx) { in dash_flush()
2390 { "global_sidx", "Write global SIDX atom. Applicable only for single file, mp4 output, non-streaming mode", OFFSET(global_sidx), AV_OPT_TYPE_BOO
[all...]

Completed in 5 milliseconds