X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.cpp;h=1c0d8c9f79fc5c2174972c168c699558846c1f58;hb=56bd14094781f5e6ea0b84b4591a9e9f9bdc1b0d;hp=84f37ba0002d07db95983828944c66bc6777d7c7;hpb=5db8dd053e02c8fe7ea1ed259dfa6cf33a11f0d3;p=nageru diff --git a/theme.cpp b/theme.cpp index 84f37ba..1c0d8c9 100644 --- a/theme.cpp +++ b/theme.cpp @@ -605,6 +605,7 @@ LiveInputWrapper::LiveInputWrapper(Theme *theme, EffectChain *chain, bool overri YCbCrFormat input_ycbcr_format; input_ycbcr_format.chroma_subsampling_x = 2; input_ycbcr_format.chroma_subsampling_y = 1; + input_ycbcr_format.num_levels = 256; input_ycbcr_format.cb_x_position = 0.0; input_ycbcr_format.cr_x_position = 0.0; input_ycbcr_format.cb_y_position = 0.5;