summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraedla@chromium.org <aedla@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-19 02:24:35 +0000
committeraedla@chromium.org <aedla@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-19 02:24:35 +0000
commit48bd56a2e1d715c94570c1c44ae1fd1e8778c837 (patch)
tree97ea5b25a465f708b86c3e7738a3eccd090769fd
parentd72f41d43bc51fd2fd8f2e401dfc6489d161db1a (diff)
downloadchromium_src-48bd56a2e1d715c94570c1c44ae1fd1e8778c837.zip
chromium_src-48bd56a2e1d715c94570c1c44ae1fd1e8778c837.tar.gz
chromium_src-48bd56a2e1d715c94570c1c44ae1fd1e8778c837.tar.bz2
Roll Opus DEPS 165487:173498.
BUG=160480 Review URL: https://chromiumcodereview.appspot.com/11617015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173837 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
-rw-r--r--third_party/opus/README.chromium3
2 files changed, 4 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 585cefb..92c16d5 100644
--- a/DEPS
+++ b/DEPS
@@ -317,7 +317,7 @@ deps = {
(Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
"src/third_party/opus/src":
- "/trunk/deps/third_party/opus@165487",
+ "/trunk/deps/third_party/opus@173498",
"src/third_party/accessibility-developer-tools":
Var("chromium_git") + "/external/accessibility-developer-tools.git@c77344d0d39b2365775b8e1d86bafcd5ac407444",
diff --git a/third_party/opus/README.chromium b/third_party/opus/README.chromium
index e62c600..1f45fd6 100644
--- a/third_party/opus/README.chromium
+++ b/third_party/opus/README.chromium
@@ -8,5 +8,8 @@ Security Critical: yes
Description:
This contains a copy of opus-1.0.1 library
+Modifications:
+Import fix for padding in decoder http://git.xiph.org/?p=opus.git;a=commitdiff;h=9345aaa5ca1c2fb7d62981b2a538e0ce20612c38
+
This library is used by Chrome Remote Desktop for audio stream
encoding/decoding. It will also be used by WebRTC.