From ec0f54954d92ae3ef72ed60769e8f5d3700955d0 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Wed, 4 Jan 2012 04:27:11 +0000 Subject: [PATCH] Roll resources to 5. Non-bit-exact changes in iSAC (switching from a truncation to a rounding at the output) require an update to the neteq_unittest resources. TBR=henrik.lundin@webrtc.org TEST=neteq_unittest on Linux Review URL: http://webrtc-codereview.appspot.com/340001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1324 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f24b7e8ac7..8878f06395 100644 --- a/DEPS +++ b/DEPS @@ -8,7 +8,7 @@ vars = { # External resources like video and audio files used for testing purposes. # Downloaded on demand when needed. - "webrtc_resources_revision": "4", + "webrtc_resources_revision": "5", } # NOTE: Prefer revision numbers to tags for svn deps.