[vlc-commits] contrib: opus: update to 1.2.1 point release

Tristan Matthews git at videolan.org
Wed Jun 28 00:18:43 CEST 2017


vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Tue Jun 27 18:17:32 2017 -0400| [b59fa23440ae4632b901038291c940285667575f] | committer: Tristan Matthews

contrib: opus: update to 1.2.1 point release

Fixes "a relatively rare issue where the 1.2 encoder would wrongly assume a
signal to be bandlimited to 12 kHz and not encode frequencies between 12 and
20 kHz"

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b59fa23440ae4632b901038291c940285667575f
---

 contrib/src/opus/SHA512SUMS | 2 +-
 contrib/src/opus/rules.mak  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/opus/SHA512SUMS b/contrib/src/opus/SHA512SUMS
index d969e97887..d4c2313710 100644
--- a/contrib/src/opus/SHA512SUMS
+++ b/contrib/src/opus/SHA512SUMS
@@ -1 +1 @@
-1bc8489012923c14fc38577c7b9c78368b627b088be55f6c7a40a825864da5006ec36c65686adbeba7e402fdc6ea793d6f1a6dfd281a2aadd79064ff07091ebc  opus-1.2.tar.gz
+4a98d0a7dbd1a313e89407576805fd733c1192e8ef7e1137e3260025478a1cf1c5a8b71b48c372a0cffe6340524137fe47f181651888284f8221fb4d673f7cd5  opus-1.2.1.tar.gz
diff --git a/contrib/src/opus/rules.mak b/contrib/src/opus/rules.mak
index 9e278c61c2..387ec95a99 100644
--- a/contrib/src/opus/rules.mak
+++ b/contrib/src/opus/rules.mak
@@ -1,6 +1,6 @@
 # opus
 
-OPUS_VERSION := 1.2
+OPUS_VERSION := 1.2.1
 
 OPUS_URL := https://archive.mozilla.org/pub/opus/opus-$(OPUS_VERSION).tar.gz
 



More information about the vlc-commits mailing list