Fixed an error in a variable and method of the waveform Class

This commit is contained in:
Romain Biard 2016-11-16 13:20:48 -03:00
commit a331632725

View file

@ -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;