From 13ccd9a2ae6284e09ccd4674f881172c41d6d97e Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Sun, 25 Aug 2024 23:34:53 -0300 Subject: [PATCH] Update --- objects/Format.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/objects/Format.php b/objects/Format.php index d3f62284..e1caf272 100644 --- a/objects/Format.php +++ b/objects/Format.php @@ -643,8 +643,6 @@ private static function getDynamicCommandFromFormat($pathFileName, $encoder_queu $bufsize = 3000; // Default bufsize $audioBitrate = 128; // Default audioBitrate } - - $autioBitrate = $audioBitrate[$i]; $framerate = (!empty($videoFramerate[$i])) ? " -r {$videoFramerate[$i]} " : ""; eval("\$command .= \" $code\";");