From d0f9f681128690bd70b4db38291686250ec50a79 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Fri, 26 Feb 2016 09:07:53 +1100 Subject: [PATCH] hencode: fix uninitialised variable --- hencode | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hencode b/hencode index 7b1fa87..efe68aa 100755 --- a/hencode +++ b/hencode @@ -4,6 +4,8 @@ set -eu THIS_DIR="$(cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" && pwd)" +PAL24FPS=0 + ARGS=( "$@" ) for i in $(seq 0 "$(($# - 1))"); do case "${ARGS[$i]}" in -- 2.39.2