We remove a break instruction inacurrately copied-pasted.
This commit is contained in:
		
					parent
					
						
							
								2f47c45093
							
						
					
				
			
			
				commit
				
					
						223118db4e
					
				
			
		
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -104,7 +104,6 @@ class ExtractMultipleFramesFilter implements VideoFilterInterface | ||||||
|             $commands[] = '-vf'; |             $commands[] = '-vf'; | ||||||
|             $commands[] = 'fps=' . $this->frameRate; |             $commands[] = 'fps=' . $this->frameRate; | ||||||
|             $commands[] = $this->destinationFolder . 'frame-%0'.$nbDigitsInFileNames.'d.jpg'; |             $commands[] = $this->destinationFolder . 'frame-%0'.$nbDigitsInFileNames.'d.jpg'; | ||||||
|             break; |  | ||||||
|         } |         } | ||||||
|         catch (RuntimeException $e) { |         catch (RuntimeException $e) { | ||||||
|             throw new RuntimeException('An error occured while extracting the frames: ' . $e->getMessage() . '. The code: ' . $e->getCode()); |             throw new RuntimeException('An error occured while extracting the frames: ' . $e->getMessage() . '. The code: ' . $e->getCode()); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue