NEWS, AUTHORS: add entry for DVD chapter timestamp calculation fix

This commit is contained in:
Moritz Bunkus 2021-02-03 22:39:27 +01:00
parent 47f6f29db6
commit 868f5003a6
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85
2 changed files with 6 additions and 0 deletions

View File

@ -310,6 +310,7 @@ Todd Schmuland <tschmula@gmail.com>
Tom Yan <tom.ty89@gmail.com>
* Several fixes to the MPEG 1/2 video handling code.
* Fix to DVD chapter timestamp calculation for NTSC discs
Trinine <trinine@free.fr>
* French translation

View File

@ -10,6 +10,11 @@
impaired" flag, "text descriptions" flag, "original" flag, "commentary"
flag. Implements #3011.
## Bug fixes
* mkvmerge: fixed the calculation of chapter timestamps read from NTSC
DVDs. Fix by Tom Yan.
## Build system changes
* libMatroska v1.6.3 is now required.