]> git.sesse.net Git - ultimatescore/commitdiff
Fix syntax error in get_chain().
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 27 Feb 2019 18:47:40 +0000 (19:47 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 27 Feb 2019 18:50:25 +0000 (19:50 +0100)
nageru/ultimate.lua

index 7a9d97dab637dc006fa08a536706fcfb1e1c10e1..34462f2b82219f455537ead2b8cfe97ec34f2465 100644 (file)
@@ -869,8 +869,6 @@ local last_rate = 0.0
 -- NOTE: The chain returned must be finalized with the Y'CbCr flag
 -- if and only if num==0.
 function get_chain(num, t, width, height, signals)
-       cq:loop(0)
-
        local input_resolution = {}
        for signal_num=0,(NUM_CAMERAS-1) do
                input_resolution[signal_num] = fetch_input_resolution(signals, signal_num)