diff options
author | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 21:58:45 +0000 |
---|---|---|
committer | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 21:58:45 +0000 |
commit | 39690e106cdb6a4515df2d488ba8a7e6e2aa00d8 (patch) | |
tree | a0901832bf420b500cf48388142aa2f907166723 /DEPS | |
parent | 3deeb6b32551ab2ed209ab361e5efcc404f91bba (diff) | |
download | chromium_src-39690e106cdb6a4515df2d488ba8a7e6e2aa00d8.zip chromium_src-39690e106cdb6a4515df2d488ba8a7e6e2aa00d8.tar.gz chromium_src-39690e106cdb6a4515df2d488ba8a7e6e2aa00d8.tar.bz2 |
changes to audio
- add obtained sample frame count
- add buffer size in bytes arg to callback
- enumerate sample rates
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3572010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61568 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ deps = { Var("libvpx_revision"), "src/third_party/ppapi": - (Var("googlecode_url") % "ppapi") + "/trunk@269", + (Var("googlecode_url") % "ppapi") + "/trunk@270", "src/third_party/libjingle/source": (Var("googlecode_url") % "libjingle") + "/trunk@" + |