Fix invalid .sha1 files for audio_coding

It seems like multiple runs of the upload_to_google_storage.py
script created .sha1.sha1 files that sneaked in with
https://code.google.com/p/webrtc/source/detail?r=5076

This caused the wrong files getting downloaded during sync.
This affected the modules_unittests and the neteq_unittests
which started failing (due to wrong version of the resource files).

TEST=trybots passing
BUG=2294
TBR=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/3329004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5077 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/resources/audio_coding/neteq_universal.rtp.sha1 b/resources/audio_coding/neteq_universal.rtp.sha1
index 89cb315..954bb45 100644
--- a/resources/audio_coding/neteq_universal.rtp.sha1
+++ b/resources/audio_coding/neteq_universal.rtp.sha1
@@ -1 +1 @@
-4cb8bb0b2a7504a87c44e1d9e008709c390ca51d
\ No newline at end of file
+475e77bb50813e89d2a19c170a7cd307ac4acfdd
\ No newline at end of file