Chromium Code Reviews| Index: media/base/audio_decoder_config.h |
| diff --git a/media/base/audio_decoder_config.h b/media/base/audio_decoder_config.h |
| index 455fea02062227b1cc06dde21c56241f1655483c..5b886e0da495be8df2406dc38f97061f6f98ba4a 100644 |
| --- a/media/base/audio_decoder_config.h |
| +++ b/media/base/audio_decoder_config.h |
| @@ -30,6 +30,7 @@ enum AudioCodec { |
| kCodecPCM_S16BE, |
| kCodecPCM_S24BE, |
| kCodecOpus, |
| + kCodecEAC3, |
| // DO NOT ADD RANDOM AUDIO CODECS! |
| // |
| // The only acceptable time to add a new codec is if there is production code |