Fix tests
This commit is contained in:
		
					parent
					
						
							
								7ede8579c6
							
						
					
				
			
			
				commit
				
					
						a875227591
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -13,6 +13,6 @@ class SynchronizeFilterTest extends TestCase | ||||||
|         $format = $this->getMock('FFMpeg\Format\VideoInterface'); |         $format = $this->getMock('FFMpeg\Format\VideoInterface'); | ||||||
| 
 | 
 | ||||||
|         $filter = new SynchronizeFilter(); |         $filter = new SynchronizeFilter(); | ||||||
|         $this->assertEquals(array('-async', '1'), $filter->apply($video, $format)); |         $this->assertEquals(array('-async', '1', '-metadata:s:v:0', 'start_time=0'), $filter->apply($video, $format)); | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue