]> git.sesse.net Git - nageru/blobdiff - theme.cpp
Add support for DeckLink HDMI/SDI output.
[nageru] / theme.cpp
index 24c6cdc261b93114a6a98a6ef222dfdcb9f8d18f..bcdd6f37bad5d69cd6462f6d0732064c21896a9d 100644 (file)
--- a/theme.cpp
+++ b/theme.cpp
@@ -261,7 +261,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
+               // We actually output 4:2:0 and/or 4:2:2 in the end, but chroma subsampling
                // 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;