Commit 2e7e8c95 authored by Ke Zhao's avatar Ke Zhao
Browse files

Use ISM bitrates specified, instead of maximum bitrate

parent 335a466d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -99,10 +99,6 @@ def run_full_chain_split_rendering(
            cmd[3] = str(FORMAT_TO_FILE_SMOKETEST[in_fmt])
        cmd[4] = str(ivas_bitstream)

        # set maximum ISM bitrate based on number of objects
        if in_fmt.upper().startswith("ISM"):
            cmd[1] = IVAS_MAX_ISM_BITRATE[in_fmt[3]]

        cmd[1:1] = FORMAT_TO_IVAS_COD_FORMAT[in_fmt]

        if in_meta_files: