From: Steinar H. Gunderson Date: Mon, 21 Dec 2015 00:32:06 +0000 (+0100) Subject: Update the commented-out phase timing code for some renamed variables. X-Git-Tag: 1.0.0~81 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=3585603bd8c584eabf5b4b001f43cbf2c61f1b98 Update the commented-out phase timing code for some renamed variables. --- 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);