Commit 8cc8420d authored by Anika Treffehn's avatar Anika Treffehn
Browse files

added tx_condition to postprocessing call

parent f2872b63
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -247,6 +247,7 @@ def get_processing_chain(
    elif cond_cfg["type"] == "esdru":
        tmp_esdru_alpha = cond_cfg["alpha"]
    elif cond_cfg["type"] == "mono_dmx":
        # add another postprocessing from in_fmt to mono
        chain["processes"].append(
            Postprocessing(
                {
@@ -260,7 +261,6 @@ def get_processing_chain(
            )
        )
        tmp_in_fmt = "MONO"
        # add another postprocessing from in_fmt to mono
    elif cond_cfg["type"] == "evs":
        cod_cfg = cond_cfg["cod"]
        dec_cfg = cond_cfg["dec"]
@@ -460,6 +460,7 @@ def get_processing_chain(
                        "in_fmt": fmt_in,
                        "out_fs": tmp_in_fs,
                        "out_fmt": fmt_out,
                        "tx_condition": tx_condition,
                    }
                )
            )