Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h606 extern float dts_error_threshold;
Dffmpeg.c1277 if (nb_frames > dts_error_threshold * 30) { in do_video_out()
4580 if ( delta < -1LL*dts_error_threshold*AV_TIME_BASE || in process_input()
4581 delta > 1LL*dts_error_threshold*AV_TIME_BASE) { in process_input()
4588 if ( delta < -1LL*dts_error_threshold*AV_TIME_BASE || in process_input()
4589 delta > 1LL*dts_error_threshold*AV_TIME_BASE) { in process_input()
Dffmpeg_opt.c152 float dts_error_threshold = 3600*30; variable
3543 { "dts_error_threshold", HAS_ARG | OPT_FLOAT | OPT_EXPERT, { &dts_error_threshold },
/third_party/ffmpeg/doc/
Dffmpeg.texi1692 @item -dts_error_threshold @var{seconds}