From 3585603bd8c584eabf5b4b001f43cbf2c61f1b98 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 21 Dec 2015 01:32:06 +0100 Subject: [PATCH] Update the commented-out phase timing code for some renamed variables. --- mixer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mixer.cpp b/mixer.cpp index f28ea37..e928ed9 100644 --- a/mixer.cpp +++ b/mixer.cpp @@ -146,8 +146,6 @@ Mixer::Mixer(const QSurfaceFormat &format, unsigned num_cards) cards[card_index].usb->start_bm_capture(); } - //chain->enable_phase_timing(true); - // Set up stuff for NV12 conversion. // Cb/Cr shader. @@ -560,6 +558,7 @@ void Mixer::thread_func() Theme::Chain theme_main_chain = theme->get_chain(0, pts(), WIDTH, HEIGHT, input_state); EffectChain *chain = theme_main_chain.chain; theme_main_chain.setup_chain(); + //theme_main_chain.chain->enable_phase_timing(true); GLuint y_tex, cbcr_tex; bool got_frame = h264_encoder->begin_frame(&y_tex, &cbcr_tex); -- 2.39.2