Searched refs:AVFMT_FLAG_SORT_DTS (Results 1 – 3 of 3) sorted by relevance
50 …nterleave outputted packets by dts", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_SORT_DTS }, INT_MIN,…
1386 #define AVFMT_FLAG_SORT_DTS 0x10000 ///< try to interleave outputted packets by dts (using this … macro
1047 avi->non_interleaved |= ret | (s->flags & AVFMT_FLAG_SORT_DTS); in avi_read_header()