summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/stream2
1 files changed, 1 insertions, 1 deletions
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