Home
last modified time | relevance | path

Searched refs:correct_ts_overflow (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doptions_table.h83 {"correct_ts_overflow", "correct single timestamp overflows", OFFSET(correct_ts_overflow), AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, D},
H A Davformat.h1641 unsigned int correct_ts_overflow; member
H A Ddemux.c482 if (sti->pts_wrap_reference != AV_NOPTS_VALUE || st->pts_wrap_bits >= 63 || ref == AV_NOPTS_VALUE || !s->correct_ts_overflow) in update_wrap_reference()

Completed in 9 milliseconds