aboutsummaryrefslogtreecommitdiffstats
path: root/tools/processor.php
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-11 22:32:47 -0500
committerJesús <heckyel@hyperbola.info>2020-12-11 22:32:47 -0500
commitd8ffb077e1fc29ed385ccc15e5e09a5b1054efe9 (patch)
treedb9c4c3667f1442e08f71af58463d9246a1c8e3c /tools/processor.php
parent85dd7d2580277d5092033877ee6f7be3106ca270 (diff)
downloadytlibre-d8ffb077e1fc29ed385ccc15e5e09a5b1054efe9.tar.lz
ytlibre-d8ffb077e1fc29ed385ccc15e5e09a5b1054efe9.tar.xz
ytlibre-d8ffb077e1fc29ed385ccc15e5e09a5b1054efe9.zip
Fix Undefined variable
Diffstat (limited to 'tools/processor.php')
-rw-r--r--tools/processor.php1
1 files changed, 1 insertions, 0 deletions
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;