| Index: ppapi/shared_impl/ppb_audio_config_shared.h
|
| diff --git a/ppapi/shared_impl/ppb_audio_config_shared.h b/ppapi/shared_impl/ppb_audio_config_shared.h
|
| index b77a1124804593de7cbdb67caa91737fd8717fcf..edc84baeae558a0f596f5af7d6397f7ff843dc5c 100644
|
| --- a/ppapi/shared_impl/ppb_audio_config_shared.h
|
| +++ b/ppapi/shared_impl/ppb_audio_config_shared.h
|
| @@ -15,6 +15,8 @@ namespace ppapi {
|
| const int kBitsPerAudioInputSample = 16;
|
| const int kAudioInputChannels = 1;
|
|
|
| +// TODO(dalecurtis, yzshen): PPAPI shouldn't hard code these values for all
|
| +// clients.
|
| const int kBitsPerAudioOutputSample = 16;
|
| const int kAudioOutputChannels = 2;
|
|
|
|
|