Skip to content

Commit 298fc26

Browse files
committed
fixes
1 parent a8342f6 commit 298fc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoReps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private function getKiloBitRate(): int
9494
return intval(($this->original_format->get('bit_rate') / 1024) * .9);
9595
}
9696

97-
return (int)$this->video->get('bit_rate') / 1024;
97+
return intval($this->video->get('bit_rate') / 1024);
9898
}
9999

100100
/**

0 commit comments

Comments
 (0)