Home
last modified time | relevance | path

Searched refs:AV_TRACK_MIN_DIFF (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h806 #define AV_TRACK_MIN_DIFF 0.001 ///< ignore track time differences < this (seconds) macro
H A Dsaveplay.c623 if (cfile->laudio_time > cfile->video_time + AV_TRACK_MIN_DIFF && cfile->frames > 0) { in open_file_sel()
633 if (cfile->laudio_time > cfile->video_time + AV_TRACK_MIN_DIFF && cfile->frames > 0) { in open_file_sel()
643 && CLIP_TOTAL_TIME(mainw->current_file) > cfile->laudio_time + AV_TRACK_MIN_DIFF) { in open_file_sel()
H A Dutils.c4246 && CLIP_TOTAL_TIME(mainw->current_file) > cfile->laudio_time + AV_TRACK_MIN_DIFF) { in after_foreign_play()