examples/filtering_audio,video: do not call avcodec_register_all()
It is implied by av_register_all(). Simplify.
This commit is contained in:
		
							parent
							
								
									433b153b68
								
							
						
					
					
						commit
						ca57659440
					
				| @ -210,7 +210,6 @@ int main(int argc, char **argv) | |||||||
|         exit(1); |         exit(1); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     avcodec_register_all(); |  | ||||||
|     av_register_all(); |     av_register_all(); | ||||||
|     avfilter_register_all(); |     avfilter_register_all(); | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -200,7 +200,6 @@ int main(int argc, char **argv) | |||||||
|         exit(1); |         exit(1); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     avcodec_register_all(); |  | ||||||
|     av_register_all(); |     av_register_all(); | ||||||
|     avfilter_register_all(); |     avfilter_register_all(); | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user