Searched refs:AVFMT_FLAG_GENPTS (Results 1 – 4 of 4) sorted by relevance
45 {"genpts", "generate pts", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_GENPTS }, INT_MIN, INT_MAX, D, …
1366 #define AVFMT_FLAG_GENPTS 0x0001 ///< Generate missing pts even if it requires parsing future… macro
1743 const int genpts = s->flags & AVFMT_FLAG_GENPTS; in av_read_frame()
2813 ic->flags |= AVFMT_FLAG_GENPTS; in read_thread()