Fix CS
This commit is contained in:
		
					parent
					
						
							
								554cec2bc7
							
						
					
				
			
			
				commit
				
					
						197b534359
					
				
			
		
					 10 changed files with 15 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -12,7 +12,6 @@
 | 
			
		|||
namespace FFMpeg\Media;
 | 
			
		||||
 | 
			
		||||
use FFMpeg\Driver\FFMpegDriver;
 | 
			
		||||
use FFMpeg\Exception\InvalidArgumentException;
 | 
			
		||||
use FFMpeg\FFProbe;
 | 
			
		||||
use FFMpeg\Filters\FiltersCollection;
 | 
			
		||||
use FFMpeg\Media\MediaTypeInterface;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -110,7 +110,7 @@ class Frame extends AbstractMediaType
 | 
			
		|||
        foreach ($this->filters as $filter) {
 | 
			
		||||
            $commands = array_merge($commands, $filter->apply($this));
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
        $commands = array_merge($commands, array($pathfile));
 | 
			
		||||
 | 
			
		||||
        try {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue