Commit 4b7e2d67 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix argument for non-diegetic pan

parent 1b76b313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ def run_check(in_format: str, out_formats: list, tests: list, run_fec: bool = Tr
    # resue decoder part of StereDmxEVS mode (it is basically a duplicate of "normal" mono run)
    if in_format == "StereoDmxEVS":
        panning = np.random.randint(-90, 91)
        cmd_no_fec += [f'-D="-non_diegetic_pan {panning}"']
        cmd_no_fec += [f'-D=-non_diegetic_pan {panning}']

    print(
        "======== Script command line WITHOUT plc: ========\n{}".format(