NEWS: re-order for release

This commit is contained in:
Moritz Bunkus 2022-08-14 09:12:15 +02:00
parent dd1eb2a7c1
commit e28558b607
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -16,6 +16,8 @@
## Bug fixes
* mkvmerge: AV1 OBU parser: fixed identifying files that only contain single
frame. Fixes #3380.
* MKVToolNix GUI: multiplexer: when reading color parameters from identified
files that are floating point numbers (minimum/maximum luminance, projection
pitch/roll/yaw) the numbers will be formatted in floating-point notation
@ -25,8 +27,6 @@
numbers (minimum/maximum luminance, projection pitch/roll/yaw) will only be
set to a value during identification if the identification actually contains
the property, and not to 0 anymore if it doesn't.
* mkvmerge: AV1 OBU parser: fixed identifying files that only contain single
frame. Fixes #3380.
## Build system changes