Chromium Code Reviews| Index: media/base/media_switches.cc |
| diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc |
| index 0512ef256635668f77c896c2281d72dfc5c3dd59..d2bce0d65509e86ef34ba996694ab95691140bff 100644 |
| --- a/media/base/media_switches.cc |
| +++ b/media/base/media_switches.cc |
| @@ -38,4 +38,7 @@ const char kVideoThreads[] = "video-threads"; |
| // Enable browser-side audio mixer. |
| const char kEnableAudioMixer[] = "enable-audio-mixer"; |
| +// Enable AudioOutputResampler for automatic audio resampling and rebuffering. |
|
henrika (OOO until Aug 14)
2012/09/10 12:41:17
Sorry, nit, why add 'automatic"?
DaleCurtis
2012/09/10 14:05:51
Done.
|
| +const char kEnableAudioOutputResampler[] = "enable-audio-output-resampler"; |
|
scherkus (not reviewing)
2012/09/10 12:47:47
if this is only used in content then it should go
DaleCurtis
2012/09/10 14:05:51
It's not? It's in media/audio and content/renderer
|
| + |
| } // namespace switches |