Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Doptions_table.h54 {"shortest", "stop muxing with the shortest stream", 0, AV_OPT_TYPE_CONST, { .i64 = AVFMT_FLAG_SHORTEST }, 0, 0, E, "fflags" },
H A Davformat.h1379 #define AVFMT_FLAG_SHORTEST 0x100000 ///< Stop muxing when the shortest stream stops. macro
H A Dmux.c990 (s->flags & AVFMT_FLAG_SHORTEST) && in ff_interleave_packet_per_dts()

Completed in 6 milliseconds