Index: media/base/audio_decoder_config.h |
=================================================================== |
--- media/base/audio_decoder_config.h (revision 147908) |
+++ media/base/audio_decoder_config.h (working copy) |
@@ -26,13 +26,16 @@ |
// ChromeOS specific codecs. |
kCodecAMR_NB, |
kCodecAMR_WB, |
+ kCodecGSM_MS, |
DaleCurtis
2012/07/25 18:22:14
I think you need to put this at the end otherwise
ilja
2012/07/25 20:09:37
Done.
|
kCodecPCM_MULAW, |
+ kCodecPCM_S16BE, |
+ kCodecPCM_S24BE, |
// DO NOT ADD RANDOM AUDIO CODECS! |
// |
// The only acceptable time to add a new codec is if there is production code |
// that uses said codec in the same CL. |
- kAudioCodecMax = kCodecPCM_MULAW // Must equal the last "real" codec above. |
+ kAudioCodecMax = kCodecPCM_S24BE // Must equal the last "real" codec above. |
}; |
// TODO(dalecurtis): FFmpeg API uses |bytes_per_channel| instead of |