Home
last modified time | relevance | path

Searched refs:AVFMT_FLAG_SHORTEST (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Doptions_table.h60 …p muxing with the shortest stream", 0, AV_OPT_TYPE_CONST, { .i64 = AVFMT_FLAG_SHORTEST }, 0, 0, E,…
Davformat.h1394 #define AVFMT_FLAG_SHORTEST 0x100000 ///< Stop muxing when the shortest stream stops. macro
Dmux.c994 (s->flags & AVFMT_FLAG_SHORTEST) &&