Lines Matching refs:global_sidx
184 int global_sidx;
1420 if (c->global_sidx && !c->single_file) {
1422 c->global_sidx = 0;
1425 if (c->global_sidx && c->streaming) {
1427 c->global_sidx = 0;
1640 if (c->global_sidx)
1641 av_dict_set(&opts, "movflags", "+dash+delay_moov+global_sidx+skip_trailer", AV_DICT_APPEND);
2012 if (c->global_sidx) {
2390 { "global_sidx", "Write global SIDX atom. Applicable only for single file, mp4 output, non-streaming mode", OFFSET(global_sidx), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, E },