diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-11 22:32:47 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-11 22:32:47 -0500 |
commit | d8ffb077e1fc29ed385ccc15e5e09a5b1054efe9 (patch) | |
tree | db9c4c3667f1442e08f71af58463d9246a1c8e3c /tools/processor.php | |
parent | 85dd7d2580277d5092033877ee6f7be3106ca270 (diff) | |
download | ytlibre-d8ffb077e1fc29ed385ccc15e5e09a5b1054efe9.tar.lz ytlibre-d8ffb077e1fc29ed385ccc15e5e09a5b1054efe9.tar.xz ytlibre-d8ffb077e1fc29ed385ccc15e5e09a5b1054efe9.zip |
Fix Undefined variable
Diffstat (limited to 'tools/processor.php')
-rw-r--r-- | tools/processor.php | 1 |
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; |