* turns out raw DV files can have .dif extension
Originally committed as revision 2921 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									cb6e87c15a
								
							
						
					
					
						commit
						490c735d1b
					
				@ -921,7 +921,7 @@ static AVInputFormat dv_iformat = {
 | 
				
			|||||||
    dv_read_packet,
 | 
					    dv_read_packet,
 | 
				
			||||||
    dv_read_close,
 | 
					    dv_read_close,
 | 
				
			||||||
    dv_read_seek,
 | 
					    dv_read_seek,
 | 
				
			||||||
    .extensions = "dv",
 | 
					    .extensions = "dv,dif",
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static AVOutputFormat dv_oformat = {
 | 
					static AVOutputFormat dv_oformat = {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user