Loading ivas_processing_scripts/processing/chains.py +2 −2 Original line number Diff line number Diff line Loading @@ -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, Loading Loading @@ -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, Loading Loading
ivas_processing_scripts/processing/chains.py +2 −2 Original line number Diff line number Diff line Loading @@ -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, Loading Loading @@ -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, Loading