DURATION_SHORTEST  191 libavfilter/af_amix.c         { "shortest", "Duration of shortest input.", 0, AV_OPT_TYPE_CONST, { .i64 = DURATION_SHORTEST }, 0, 0, A|F, "duration" },
DURATION_SHORTEST  418 libavfilter/af_amix.c         (s->duration_mode == DURATION_SHORTEST && active_inputs != s->nb_inputs))
DURATION_SHORTEST   57 libavfilter/f_interleave.c        { "shortest", "Duration of shortest input", 0, AV_OPT_TYPE_CONST, { .i64 = DURATION_SHORTEST }, 0, 0, flags_, "duration" }, \
DURATION_SHORTEST  121 libavfilter/f_interleave.c     if ((nb_eofs > 0 && s->duration_mode == DURATION_SHORTEST) ||