X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=fft_pass_effect_test.cpp;h=eb4e37cf3c439addad6c8726b607a209dda0ef7c;hb=968ceb4cc1714e745b3f6425b57611864823f444;hp=1d6693c09ac694d39076a9ef296efa231826bc62;hpb=9651a4eaae012cdc49c1aa38197861e04f62e91e;p=movit diff --git a/fft_pass_effect_test.cpp b/fft_pass_effect_test.cpp index 1d6693c..eb4e37c 100644 --- a/fft_pass_effect_test.cpp +++ b/fft_pass_effect_test.cpp @@ -12,6 +12,8 @@ #include "multiply_effect.h" #include "test_util.h" +namespace movit { + namespace { // Generate a random number uniformly distributed between [-1.0, 1.0]. @@ -333,3 +335,5 @@ TEST(FFTPassEffectTest, BigFFTAccuracy) { expect_equal(in, out2, 4, fft_size, max_error, rms_limit); } } + +} // namespace movit