Fixed an error in a variable and method of the waveform Class
This commit is contained in:
parent
a32fa06ac4
commit
a331632725
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class Waveform extends AbstractMediaType
|
||||||
|
|
||||||
public function __construct(Audio $audio, FFMpegDriver $driver, FFProbe $ffprobe, $width, $height)
|
public function __construct(Audio $audio, FFMpegDriver $driver, FFProbe $ffprobe, $width, $height)
|
||||||
{
|
{
|
||||||
parent::__construct($video->getPathfile(), $driver, $ffprobe);
|
parent::__construct($audio->getPathfile(), $driver, $ffprobe);
|
||||||
$this->audio = $audio;
|
$this->audio = $audio;
|
||||||
$this->width = $width;
|
$this->width = $width;
|
||||||
$this->height = $height;
|
$this->height = $height;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue