| Index: media/base/audio_parameters.h
|
| diff --git a/media/base/audio_parameters.h b/media/base/audio_parameters.h
|
| index 68fbd54754f51c9254e0cc827508e2e11d14c05f..49391045af2da406bdb4eea36c4593983c0ebf3f 100644
|
| --- a/media/base/audio_parameters.h
|
| +++ b/media/base/audio_parameters.h
|
| @@ -29,7 +29,7 @@ namespace media {
|
| #pragma warning(push)
|
| #pragma warning(disable : 4324) // Disable warning for added padding.
|
| #endif
|
| -#define PARAMETERS_ALIGNMENT 16
|
| +#define PARAMETERS_ALIGNMENT 32
|
| static_assert(AudioBus::kChannelAlignment == PARAMETERS_ALIGNMENT,
|
| "Audio buffer parameters struct alignment not same as AudioBus");
|
| struct MEDIA_EXPORT ALIGNAS(PARAMETERS_ALIGNMENT) AudioInputBufferParameters {
|
|
|