From 205d88e2f87cd9728f23fc2cdac2487769e6bb21 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 21 May 2017 23:14:01 +0200 Subject: Fix if-elif-fi loop. --- bin/stream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/stream b/bin/stream index 0bc99f6..60660f0 100755 --- a/bin/stream +++ b/bin/stream @@ -158,7 +158,7 @@ elif [ $BITS -le 61440 ]; then # 384x160 → 61440 VBITRATE=145000 SPEED_X264=fast; SPEED_X264_ALONE=fast SPEED_VP8=3; SPEED_VP8_ALONE=2 -if [ $BITS -le 110592 ]; then # 234p → 97344 +elif [ $BITS -le 110592 ]; then # 234p → 97344 VBITRATE=145000 SPEED_X264=fast; SPEED_X264_ALONE=fast SPEED_VP8=3; SPEED_VP8_ALONE=2 -- cgit v1.2.3