]> git.sesse.net Git - movit/blobdiff - ycbcr_input.h
Deallocation in YCbCrInput.
[movit] / ycbcr_input.h
index ed0c6ee1b786c5535ca9782b9c2b75912689f04d..76afc3aa676edc43579d4da21fed51c828de0740 100644 (file)
@@ -30,6 +30,7 @@ public:
        YCbCrInput(const ImageFormat &image_format,
                   const YCbCrFormat &ycbcr_format,
                   unsigned width, unsigned height);
+       ~YCbCrInput();
 
        virtual std::string effect_type_id() const { return "YCbCrInput"; }