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

Unified Diff: media/base/audio_decoder_config.h

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
Index: media/base/audio_decoder_config.h
===================================================================
--- media/base/audio_decoder_config.h (revision 226034)
+++ media/base/audio_decoder_config.h (working copy)
@@ -33,6 +33,7 @@
kCodecPCM_S24BE,
kCodecOpus,
kCodecEAC3,
+ kCodecPCM_ALAW,
// DO NOT ADD RANDOM AUDIO CODECS!
//
// The only acceptable time to add a new codec is if there is production code

Powered by Google App Engine
This is Rietveld 408576698