From: James Bunton Date: Thu, 25 Feb 2016 22:07:53 +0000 (+1100) Subject: hencode: fix uninitialised variable X-Git-Url: https://code.delx.au/transcoding/commitdiff_plain/d0f9f681128690bd70b4db38291686250ec50a79 hencode: fix uninitialised variable --- 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