• J
    Add timestamp circlebuf for video input/output · d14dbbc5
    jp9000 提交于
    At the start of each render loop, it would get the timestamp, and then
    it would then assign that timestamp to whatever frame was downloaded.
    However, the frame that was downloaded was usually occurred a number of
    frames ago, so it would assign the wrong timestamp value to that frame.
    
    This fixes that issue by storing the timestamps in a circular buffer.
    d14dbbc5
obs-video.c 12.5 KB