Commit 5759fa50 authored by emerit's avatar emerit
Browse files

fix tests with ref using old binary format

parent 60b034ee
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -408,6 +408,11 @@ class DecoderFrontend:
        if add_option_list is not None:
            command.extend(add_option_list)

        # add to fix test failed to be removed after merge             
        if self._type == "REF":
            if '-hrtf' in command:
                command[command.index('-hrtf') + 1] = command[command.index('-hrtf') + 1] + "old" 

        # add mandatory parameters
        # output_config is mandatory for IVAS; EVS does not have this parameter, indicated by ""
        if output_config != "":