FRAG_TYPE_NONE 875 libavformat/dashenc.c if (!final && c->ldash && os->gop_size && os->frag_type != FRAG_TYPE_NONE && !(c->profile & MPD_PROFILE_DVB) && FRAG_TYPE_NONE 1028 libavformat/dashenc.c as->frag_type = FRAG_TYPE_NONE; FRAG_TYPE_NONE 1403 libavformat/dashenc.c if (c->frag_type == FRAG_TYPE_NONE && c->streaming) { FRAG_TYPE_NONE 1592 libavformat/dashenc.c os->frag_type = c->streaming ? FRAG_TYPE_EVERY_FRAME : FRAG_TYPE_NONE; FRAG_TYPE_NONE 1601 libavformat/dashenc.c os->frag_type = c->streaming ? FRAG_TYPE_EVERY_FRAME : FRAG_TYPE_NONE; FRAG_TYPE_NONE 2335 libavformat/dashenc.c { "frag_type", "set type of interval for fragments", OFFSET(frag_type), AV_OPT_TYPE_INT, {.i64 = FRAG_TYPE_NONE }, 0, FRAG_TYPE_NB - 1, E, "frag_type"}, FRAG_TYPE_NONE 2336 libavformat/dashenc.c { "none", "one fragment per segment", 0, AV_OPT_TYPE_CONST, {.i64 = FRAG_TYPE_NONE }, 0, UINT_MAX, E, "frag_type"},