X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=test_util.cpp;h=9d12a120f16cc8863defadf3151a0c2d30a4f653;hp=05eac31451f833687eff9b552abd098dbfcbbcc6;hb=2d3b64d51be3e8f38a8c224f558de4ceb222e799;hpb=d2eee22b0440147f69038e3cf829910b18526efc diff --git a/test_util.cpp b/test_util.cpp index 05eac31..9d12a12 100644 --- a/test_util.cpp +++ b/test_util.cpp @@ -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),