Files
obs-studio/libobs
jp9000 b120f7cc80 libobs: Fix sync bug in new frame handling code
The return value of os_sleepto_ns is true if it waited to the specified
time, and false if the current time is past the specified time.  So it
basically returns true if it successfully waited.

I just didn't check the return value properly here, so it ended up just
setting the count of frames to 1 if overshot, ultimately causing sync
issues.
2015-01-05 14:07:22 -08:00
..
2014-12-21 10:14:18 -08:00
2015-01-03 02:37:20 -08:00
2015-01-03 02:37:21 -08:00
2015-01-05 07:07:45 -08:00
2014-10-01 15:32:49 +02:00
2014-02-12 08:04:50 -07:00
2015-01-03 02:37:21 -08:00