From: Steinar H. Gunderson Date: Thu, 13 Apr 2023 14:58:34 +0000 (+0200) Subject: Fix crashes when the master clock goes faster than 60 Hz. X-Git-Tag: 2.2.1~10 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f25cd0c98896013248b79db6ea6f19aaaf0c03ad;hp=f25cd0c98896013248b79db6ea6f19aaaf0c03ad;p=nageru Fix crashes when the master clock goes faster than 60 Hz. This could happen in particularly when using a video as the master card; e.g. Larix Broadcaster sometimes sends SRT with 60.06 fps or similar. We solve it by completely rewriting how DTS is calculated when doing Quick Sync encoding, which ended up being much simpler than what we had before (and probably a lot more common) This essentially removes the meaning of MAX_FPS; we could now easily do e.g. 144 fps if needed. ---