We remove a useless variable.

This commit is contained in:
Romain Biard 2017-01-11 10:55:49 -03:00
commit 8bdc839e91

View file

@ -77,7 +77,6 @@ class ExtractMultipleFramesFilter implements VideoFilterInterface
*/ */
public function apply(Video $video, VideoInterface $format) public function apply(Video $video, VideoInterface $format)
{ {
$dimensions = null;
$commands = array(); $commands = array();
try { try {