Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: content/browser/media/media_browsertest.cc

Issue 25660014: Add alaw codec for .wav files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/audio_decoder_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/media_browsertest.cc
===================================================================
--- content/browser/media/media_browsertest.cc (revision 226034)
+++ content/browser/media/media_browsertest.cc (working copy)
@@ -168,6 +168,10 @@
PlayAudio("bear_gsm_ms.wav", GetParam());
}
+IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavAlaw) {
DaleCurtis 2013/11/05 01:50:18 Just realized these alaw and mulaw tests were in t
ilja 2013/11/05 02:26:52 Moved to general section as discussed.
+ PlayAudio("bear_alaw.wav", GetParam());
+}
+
IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavMulaw) {
PlayAudio("bear_mulaw.wav", GetParam());
}
« no previous file with comments | « no previous file | media/base/audio_decoder_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698