From c128623ad30481a86c38bd697122fc1da71520da Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 22 May 2017 10:20:00 +0200 Subject: Fix tidy function filter_split_codec(). --- bin/stream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/stream') diff --git a/bin/stream b/bin/stream index f80069f..7a68f4b 100755 --- a/bin/stream +++ b/bin/stream @@ -205,7 +205,7 @@ filters_compose() { logo=$1; filter_split_codec() { heights_webm=$1; heights_mpeg=$2; codeccount=$(valuedargcount "$@") for height in $HEIGHTS; do - echo_n "[v%s]split=$codeccount" + echo_n "[v$height]split=$codeccount" printf_each '[v%swebm]' "$heights_webm" printf_each '[v%smpeg]' "$heights_mpeg" done -- cgit v1.2.3