Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds