Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Doptions_table.h48 {"igndts", "ignore dts", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_IGNDTS }, INT_MIN, INT_MAX, D, "f…
Davformat.h1369 #define AVFMT_FLAG_IGNDTS 0x0008 ///< Ignore DTS on frames that contain both DTS & PTS macro
Dutils.c1261 if ((s->flags & AVFMT_FLAG_IGNDTS) && pkt->pts != AV_NOPTS_VALUE) in compute_pkt_fields()