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

fix check for stv file

parent fd1d323a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ def test_param_file_tests(
        not bitrate.isdigit()
        and "-dtx" in enc_opts.split()
        and "-sba" in enc_opts.split()
        and "stv" in testv_file
        and testv_file.split("/")[1].startswith("stv")
    ):
        sba_br_switching_dtx = 1
        cut_file = pre_proc_input(testv_file, fs)