diff options
Diffstat (limited to 'dom/media/webaudio/blink/DynamicsCompressor.h')
-rw-r--r-- | dom/media/webaudio/blink/DynamicsCompressor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dom/media/webaudio/blink/DynamicsCompressor.h b/dom/media/webaudio/blink/DynamicsCompressor.h index f460836b49..24f4fc7f71 100644 --- a/dom/media/webaudio/blink/DynamicsCompressor.h +++ b/dom/media/webaudio/blink/DynamicsCompressor.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2011 Google Inc. All rights reserved. + * Copyright (C) 2011 Google Inc. + * Copyright (C) 2022 Moonchild Productions. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -104,7 +105,7 @@ protected: float m_lastAnchor; float m_lastFilterStageGain; - typedef struct { + typedef struct ZeroPoleFilterPack4 { ZeroPole filters[4]; size_t sizeOfIncludingThis(mozilla::MallocSizeOf aMallocSizeOf) const { |