Commit c6183e3c authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] -stereo_dmx_evs is added with -stereo, preserve the first

parent 5b4a556b
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -227,6 +227,12 @@ class IVAS(Processing):
                ]
            )

        # check for special case of -stereo_dmx_evs
        if "-stereo" in cmd and "-stereo_dmx_evs" in cmd:
            # done this way to ensure `output_format` is replaced in the correct position
            cmd.remove("-stereo_dmx_evs")
            cmd[cmd.index("-stereo")] = "-stereo_dmx_evs"

        run(cmd, logger=logger)

    def simulate_tx(