| Index: media/base/vector_math.h
|
| diff --git a/media/base/vector_math.h b/media/base/vector_math.h
|
| index a4dea3728982d3c89772be9f5f5cb7382a753b4f..0a2cb06f6b9c704f375aa1a5e01c0e93db3ef7f0 100644
|
| --- a/media/base/vector_math.h
|
| +++ b/media/base/vector_math.h
|
| @@ -38,6 +38,8 @@ MEDIA_EXPORT void FMUL(const float src[], float scale, int len, float dest[]);
|
| MEDIA_EXPORT std::pair<float, float> EWMAAndMaxPower(
|
| float initial_value, const float src[], int len, float smoothing_factor);
|
|
|
| +MEDIA_EXPORT void Crossfade(const float src[], int len, float dest[]);
|
| +
|
| } // namespace vector_math
|
| } // namespace media
|
|
|
|
|