Files
obs-studio/libobs
tt2468 05d52ee3a7 libobs: Fix PTS incrementation when FPS divisor is enabled
When using a PTS divisor, OBS would still increment the PTS by only the
original `fps_den` value, not considering that PTS values should be
multiplied by the divisor.

For example, `60/1` increases like `0,1,2,3`. `60000/1001` increases
like `0,1001,2002,3003`.

Without this fix, `60/1` main OBS framerate with a divisor of `2`
produces `0,1,2,3`, while the correct pattern would be `0,2,4,6`
2023-11-29 16:23:24 +01:00
..
2023-05-20 01:31:18 -07:00
2023-11-04 01:16:25 -05:00
2022-07-19 09:28:51 -03:00
2023-05-20 01:31:18 -07:00
2023-11-04 01:16:25 -05:00
2023-11-04 01:16:25 -05:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-07-21 23:22:07 +02:00
2023-08-10 16:07:25 -04:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2023-07-29 16:41:31 -07:00
2023-05-20 01:31:18 -07:00
2023-11-26 20:06:51 -06:00
2023-11-07 01:32:12 -06:00
2023-08-10 16:07:25 -04:00