OP-2646 - Hound

This commit is contained in:
Petr Kalis 2022-02-15 16:26:17 +01:00
parent 21784799c3
commit 260257089c

View file

@ -25,6 +25,5 @@ def test_fix_ffmpeg_full_args_filters():
[output_arg, "-af adeclick"])
assert len(ret) == 4, "Parsed wrong"
assert ret[-1] == output_arg
assert ret[-2] == '"adeclick,addeclick"' # TODO fix this duplication
assert ret[-2] == '"adeclick,adeclick"' # TODO fix this duplication
assert ret[-3] == "-filter:a"