X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=theme.cpp;h=ef635763515ee854a9bbca8c5be8f956396871ec;hp=afe511c9821514cda701b36031cac735d40f5544;hb=72ab6704497f1b561588a9a0034cb223ab6425d0;hpb=4bfa989f060c88bd1644ed03f66faa6192b1244f diff --git a/theme.cpp b/theme.cpp index afe511c..ef63576 100644 --- a/theme.cpp +++ b/theme.cpp @@ -262,7 +262,7 @@ int EffectChain_finalize(lua_State* L) if (is_main_chain) { YCbCrFormat output_ycbcr_format; // We actually output 4:2:0 in the end, but chroma subsampling - // happens in a pass not run by Movit (see Mixer::subsample_chroma()). + // happens in a pass not run by Movit (see ChromaSubsampler::subsample_chroma()). output_ycbcr_format.chroma_subsampling_x = 1; output_ycbcr_format.chroma_subsampling_y = 1;