X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=test_util.h;h=0c2e7b9d51b141e258963a30e6a0bc0d2c7e945b;hp=ed0275e15942b23209736be54c113d3afa04c0bd;hb=f52ae2984b179e8d91e3d78ecc72888644fce406;hpb=5718299276a6966eddc2f3fb5948a6dd1bbdef90 diff --git a/test_util.h b/test_util.h index ed0275e..0c2e7b9 100644 --- a/test_util.h +++ b/test_util.h @@ -7,6 +7,7 @@ class EffectChainTester { public: EffectChainTester(const float *data, unsigned width, unsigned height, ColorSpace color_space, GammaCurve gamma_curve); EffectChain *get_chain() { return &chain; } + Input *add_input(const float *data, ColorSpace color_space, GammaCurve gamma_curve); void run(float *out_data, ColorSpace color_space, GammaCurve gamma_curve); private: