Browse Source
			
			lavfi/idet: remove unused assert include.
			
			tags/n1.1
		 
		
			
				
					
						 Clément Bœsch
					
					
					13 years ago
						Clément Bœsch
					
					
					13 years ago
				 
				
			 
		 
		
		
		
	
		
			
			 1 changed files with 
0 additions and 
3 deletions
			
		 
		
			
				- 
					
					
					 
					libavfilter/vf_idet.c
				
					
					
						
							
								
									
										
											
												
	
		
			
				|  |  | @@ -27,9 +27,6 @@ | 
		
	
		
			
			|  |  |  | #include "avfilter.h" | 
		
	
		
			
			|  |  |  | #include "internal.h" | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | #undef NDEBUG | 
		
	
		
			
			|  |  |  | #include <assert.h> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | #define HIST_SIZE 4 | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | typedef enum { | 
		
	
	
		
			
				|  |  | 
 |