Home
last modified time | relevance | path

Searched refs:AVFMT_FLAG_GENPTS (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Doptions_table.h45 {"genpts", "generate pts", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_GENPTS }, INT_MIN, INT_MAX, D, …
Davformat.h1366 #define AVFMT_FLAG_GENPTS 0x0001 ///< Generate missing pts even if it requires parsing future… macro
Dutils.c1743 const int genpts = s->flags & AVFMT_FLAG_GENPTS; in av_read_frame()
/third_party/ffmpeg/fftools/
Dffplay.c2813 ic->flags |= AVFMT_FLAG_GENPTS; in read_thread()