Skip to content

Commit 223118d

Browse files
author
Romain Biard
committed
We remove a break instruction inacurrately copied-pasted.
1 parent 2f47c45 commit 223118d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FFMpeg/Filters/Video/ExtractMultipleFramesFilter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public function apply(Video $video, VideoInterface $format)
104104
$commands[] = '-vf';
105105
$commands[] = 'fps=' . $this->frameRate;
106106
$commands[] = $this->destinationFolder . 'frame-%0'.$nbDigitsInFileNames.'d.jpg';
107-
break;
108107
}
109108
catch (RuntimeException $e) {
110109
throw new RuntimeException('An error occured while extracting the frames: ' . $e->getMessage() . '. The code: ' . $e->getCode());

0 commit comments

Comments
 (0)