Commit 8fb96614 authored by Jan Kiene's avatar Jan Kiene
Browse files

use postprocessing instead of preprocessing

parent 4a280a57
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -307,7 +307,7 @@ def get_processing_chain(
        # if the encoding format differs from the format after the preprocessing, add format conversion stuff
        if (cod_fmt := cod_cfg.get("fmt", tmp_in_fmt)) != tmp_in_fmt:
            chain["processes"].append(
                Preprocessing(
                Postprocessing(
                    {
                        "in_fs": tmp_in_fs,
                        "in_fmt": tmp_in_fmt,
@@ -393,7 +393,7 @@ def get_processing_chain(
        # if the encoding format differs from the format after the preprocessing, add format conversion stuff
        if (cod_fmt := cod_cfg.get("fmt", tmp_in_fmt)) != tmp_in_fmt:
            chain["processes"].append(
                Preprocessing(
                Postprocessing(
                    {
                        "in_fs": tmp_in_fs,
                        "in_fmt": tmp_in_fmt,