Fix Typo
This commit is contained in:
parent
e930f3a359
commit
6d45c54d0d
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ class FFMpeg extends Binary
|
|||
|
||||
$cmd_part2 = '';
|
||||
|
||||
if ($format->getWidth() && $format->getHieght()) {
|
||||
if ($format->getWidth() && $format->getHeight()) {
|
||||
$cmd_part2 .= ' -s ' . $format->getWidth() . 'x' . $format->getHeight();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue