mirror of
				https://git.ffmpeg.org/ffmpeg.git
				synced 2025-10-31 07:40:55 +00:00 
			
		
		
		
	* DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)
Originally committed as revision 2893 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									380fd6b1b4
								
							
						
					
					
						commit
						6faa4645c5
					
				
					 3 changed files with 105 additions and 92 deletions
				
			
		|  | @ -74,6 +74,7 @@ void avcodec_register_all(void) | |||
|     register_avcodec(&asv2_encoder); | ||||
|     register_avcodec(&ffv1_encoder); | ||||
|     register_avcodec(&zlib_encoder); | ||||
|     register_avcodec(&dvvideo_encoder); | ||||
| #endif /* CONFIG_ENCODERS */ | ||||
|     register_avcodec(&rawvideo_encoder); | ||||
|     register_avcodec(&rawvideo_decoder); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Roman Shaposhnik
						Roman Shaposhnik