• J
    libobs: Set video timing_adjust to obs video time · ef97f15d
    jp9000 提交于
    When an async video frame comes in and it sets the timing_adjust value
    (used to sync audio to video based upon their timestamps), it would use
    os_gettime_ns as a base.  Instead, it should use OBS' current video
    frame time so that the audio and video playback is as accurate as
    possible relative to the actual exact timestamp of the video frame.
    (Results are almost insignificant, but it's nice to be as precise as
    possible)
    ef97f15d
obs-source.c 107.2 KB