X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_pass_effect_test.cpp;fp=fft_pass_effect_test.cpp;h=eb4e37cf3c439addad6c8726b607a209dda0ef7c;hp=1d6693c09ac694d39076a9ef296efa231826bc62;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b 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