Commit a1094ee8 authored by norvell's avatar norvell
Browse files

Fix for run_encoder related to renderer error reporting

parent 436a28dc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ def compare_rom_vs_binary(
        input_path = TESTV_DIR.joinpath(in_file).with_suffix(".wav")
    bitstream_path = BITSTREAM_DIR.joinpath(in_file + file_ext)
    run_encoder(
        bitrate, in_fs, input_path, bitstream_path, add_option_list=option_list_enc
        test_info, bitrate, in_fs, input_path, bitstream_path, add_option_list=option_list_enc
    )

    if trj_file is not None: