]> git.sesse.net Git - movit/blobdiff - ycbcr_input.h
Unbreak YCbCrInput (it needs to still support setting the "needs_mipmaps" int to...
[movit] / ycbcr_input.h
index 30492770ac436af8d2ff209e085b921fc549947b..4c7b3e9a2b6bd8282976f8a759c0061a16c2fb7b 100644 (file)
@@ -91,6 +91,8 @@ public:
                resource_pool = chain->get_resource_pool();
        }
 
+       bool set_int(const std::string& key, int value);
+
 private:
        ImageFormat image_format;
        YCbCrFormat ycbcr_format;