We remove a break instruction inacurrately copied-pasted.

This commit is contained in:
Romain Biard 2017-01-11 10:43:30 -03:00
commit 223118db4e

View file

@ -104,7 +104,6 @@ class ExtractMultipleFramesFilter implements VideoFilterInterface
$commands[] = '-vf';
$commands[] = 'fps=' . $this->frameRate;
$commands[] = $this->destinationFolder . 'frame-%0'.$nbDigitsInFileNames.'d.jpg';
break;
}
catch (RuntimeException $e) {
throw new RuntimeException('An error occured while extracting the frames: ' . $e->getMessage() . '. The code: ' . $e->getCode());