From d8ffb077e1fc29ed385ccc15e5e09a5b1054efe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 11 Dec 2020 22:32:47 -0500 Subject: Fix Undefined variable --- tools/processor.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/processor.php') diff --git a/tools/processor.php b/tools/processor.php index 5918873..d442234 100644 --- a/tools/processor.php +++ b/tools/processor.php @@ -52,6 +52,7 @@ if (!empty($vdef)) { } else { $streamFormats = $vid; $streamExtra = FALSE; + $streamFormatsExtra = NULL; } $videoAuthor = $vidauthor; -- cgit v1.2.3