X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.h;fp=ycbcr_input.h;h=4c7b3e9a2b6bd8282976f8a759c0061a16c2fb7b;hp=30492770ac436af8d2ff209e085b921fc549947b;hb=772ea97db9042d4357814b834563036217d548b9;hpb=bff07c51f937a4fdf005d31ef7e064467db67511 diff --git a/ycbcr_input.h b/ycbcr_input.h index 3049277..4c7b3e9 100644 --- a/ycbcr_input.h +++ b/ycbcr_input.h @@ -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;