]> git.sesse.net Git - movit/blobdiff - test_util.h
Update the comment on movit_texel_subpixel_precision.
[movit] / test_util.h
index 2430b8fbf3c0952ea41829866c500be04be33a14..cc7318ba3380f9ff6a634d100d7eea9b503757d0 100644 (file)
@@ -20,6 +20,7 @@ private:
        EffectChain chain;
        GLuint fbo, texnum;
        unsigned width, height;
+       bool finalized;
 };
 
 void expect_equal(const float *ref, const float *result, unsigned width, unsigned height, float largest_difference_limit = 1.5 / 255.0, float rms_limit = 0.2 / 255.0);