X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.h;h=cc8765c8e5e055d6e77eb9eced8da43b8e3e44e7;hb=7c8d29249d9024bcd79224ec0d85789ee9c1c74c;hp=51107d6a5e088e3f6806c3785b6d1d8e1fdad85a;hpb=72afc695d201f9d2a0dcb316ec62f1610db5fa74;p=nageru diff --git a/theme.h b/theme.h index 51107d6..cc8765c 100644 --- a/theme.h +++ b/theme.h @@ -122,6 +122,7 @@ public: private: Theme *theme; // Not owned by us. bmusb::PixelFormat pixel_format; + movit::YCbCrFormat input_ycbcr_format; std::vector ycbcr_inputs; // Multiple ones if deinterlacing. Owned by the chain. std::vector rgba_inputs; // Multiple ones if deinterlacing. Owned by the chain. movit::Effect *deinterlace_effect = nullptr; // Owned by the chain.