Home
last modified time | relevance | path

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

/third_party/ffmpeg/doc/
Dformats.texi46 @item genpts
Dffplay.texi142 @item -genpts
/third_party/ffmpeg/fftools/
Dffplay.c335 static int genpts = 0; variable
2812 if (genpts) in read_thread()
3608 { "genpts", OPT_BOOL | OPT_EXPERT, { &genpts }, "generate pts", "" },
/third_party/ffmpeg/libavformat/
Dutils.c1743 const int genpts = s->flags & AVFMT_FLAG_GENPTS; in av_read_frame() local
1748 if (!genpts) { in av_read_frame()