Commit 2830ade5 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix wrong ref/cut file order in cmp_pcm call

parent 886d9ae8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -413,8 +413,8 @@ def run_renderer(
            split_idx = get_split_idx(str(Path(in_file).stem), ref_fs // 1000)

            output_differs_splits, reason_splits = cmp_pcm(
                out_file,
                out_file_ref,
                out_file,
                out_fmt,
                ref_fs,
                get_mld=get_mld,