]> code.delx.au - transcoding/commitdiff
hencode: fix uninitialised variable
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 25 Feb 2016 22:07:53 +0000 (09:07 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 25 Feb 2016 22:07:53 +0000 (09:07 +1100)
hencode

diff --git a/hencode b/hencode
index 7b1fa87b1734053a49241891e187664d55889d9b..efe68aa748e8aea24f0ba22d544cccbb11fe4610 100755 (executable)
--- 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