libfreemkv 0.31.5: do not force monotonic block timestamps on video
B-frame video PTS is legitimately non-monotonic in decode/storage order; the audio-oriented monotonic nudge was clobbering it to prev+1ms, which decoders flagged as non-monotonic DTS (thousands per title). Apply the nudge to audio/subtitle only; video keeps its true PES PTS. + regression test.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libfreemkv"
|
||||
version = "0.31.4"
|
||||
version = "0.31.5"
|
||||
edition = "2024"
|
||||
rust-version = "1.86"
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
Reference in New Issue
Block a user