From 199a5e7a5e0e042baeb2306eabf2f9169589ef1e Mon Sep 17 00:00:00 2001 From: Paxx Date: Tue, 21 Feb 2023 15:42:46 +0100 Subject: [PATCH] release: amend test input lavfi --- test/lavfi_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lavfi_test.go b/test/lavfi_test.go index 841f77d..dde5e88 100644 --- a/test/lavfi_test.go +++ b/test/lavfi_test.go @@ -13,7 +13,7 @@ func Test_Lavfi(t *testing.T) { expected := fmt.Sprintf("-f lavfi -i %s -af flanger=delay=15.000000 %s", inputLavfi, output) args := f. - InputLavfi(input). + InputLavfi(inputLavfi). Flanger(15). Output(output). Build()