diff options
author | Bradley Sepos <[email protected]> | 2020-05-03 12:10:42 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-05-03 12:12:08 -0400 |
commit | a91adfa02ce544c84aa34e758b85f0967d005aa7 (patch) | |
tree | 20fa8e8552dcaeee80a3448746a953e608994c99 | |
parent | 808aac9395a6e4db7cf2c36779b978065a8bb5ba (diff) |
Add additional item to news for 1.3.2 release.1.3.2
(cherry picked from commit 0a003f67e2eb16a4acf54516d5e2a13fc60e85f9)
-rw-r--r-- | NEWS.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.markdown b/NEWS.markdown index c97138232..9baede005 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -18,6 +18,10 @@ - Added logging to identify automatic picture rotation - Miscellaneous bug fixes and improvements +#### Audio + +- Fixed an upstream FFmpeg issue where passing through AAC ADTS audio could produce invalid MKV output in rare cases (error instead) (#2809) + #### Filters - Fixed uninitialized memory in NLMeans prefilter leading to video corruption at bottom of picture (only affects custom settings) (#2576) |