We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8342f6 commit 298fc26Copy full SHA for 298fc26
src/AutoReps.php
@@ -94,7 +94,7 @@ private function getKiloBitRate(): int
94
return intval(($this->original_format->get('bit_rate') / 1024) * .9);
95
}
96
97
- return (int)$this->video->get('bit_rate') / 1024;
+ return intval($this->video->get('bit_rate') / 1024);
98
99
100
/**
0 commit comments