]> git.sesse.net Git - movit/blobdiff - test_util.cpp
Allow storing values in intermediate framebuffers as sqrt(x).
[movit] / test_util.cpp
index 05eac31451f833687eff9b552abd098dbfcbbcc6..9d12a120f16cc8863defadf3151a0c2d30a4f653 100644 (file)
@@ -46,9 +46,8 @@ void vertical_flip(T *data, unsigned width, unsigned height)
 
 EffectChainTester::EffectChainTester(const float *data, unsigned width, unsigned height,
                                      MovitPixelFormat pixel_format, Colorspace color_space, GammaCurve gamma_curve,
-                                     GLenum framebuffer_format,
-                                     GLenum intermediate_format)
-       : chain(width, height, get_static_pool(), intermediate_format),
+                                     GLenum framebuffer_format)
+       : chain(width, height, get_static_pool()),
          width(width),
          height(height),
          framebuffer_format(framebuffer_format),