Commit 741ca238 authored by Jan Kiene's avatar Jan Kiene
Browse files

Correct format names to fit with html page naming

parent bb535054
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1288,7 +1288,7 @@ def get_split_idx(input_file: str, sampling_rate_khz: int) -> Optional[np.ndarra

IVAS_ENC_FORMATS = {
    "sba": "SBA",
    "masa": "Masa",
    "masa": "MASA",
    "ism_sba": "OSBA",
    "ism_masa": "OMASA",
    "ism": "ISM",
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ def run_renderer(
        reason = reason[0]

        props = parse_properties(reason, output_differs, props_to_record)
        props["format"] = "renderer"
        props["format"] = "Renderer"
        props["category"] = CAT_NORMAL
        for k, v in props.items():
            record_property(k, v)