Commit cc7d3212 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

Merge branch 'main' into rtyag_ivas_nonbe_conf

parents b5716a0c 4ddd4422
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -91,9 +91,6 @@ if __name__ == '__main__':
    # Filter out networkSimulator_g192 commands from cmds_rend
    cmds_rend = [cmd for cmd in cmds_rend if not "networkSimulator_g192" in cmd]

    # Filter out rtpdump tests from cmds_enc. The rtpdump bitstreams differ between each run.
    cmds_enc = [cmd for cmd in cmds_enc if not "rtpdump" in cmd]

    with open(txt_file.replace('.','_enc.'),'w', newline='\n') as outfile:
        with open('scripts/enc_header.txt','r') as header:
            outfile.write(header.read())
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ def run_full_chain_split_rendering(
        run_ivas_isar_enc_cmd(enc_cmd)

        if delay_profile:
            rtp_bitstream = ivas_bitstream.with_suffix(".rtpg192")
            rtp_bitstream = ivas_bitstream.with_suffix(".netsimout")
            netsim_cmd = [
                str(TOOLS_DIR / f"networkSimulator_g192{EXE_SUFFIX}"),
                str(delay_profile),