On Tue Apr 15 22:44:37 2025 +0000, Rémi Bernon wrote:
Updating the offset continuously feels weird, though I've only skimmed over the code for now.
On well formed media, that `dts < 0` should only ever be true once (as after adding ts_offset, we should never get a value below 0 again). It's mainly there in case we get media with malformed timestamps (and dts goes backwards).