mirror of
				https://git.ffmpeg.org/ffmpeg.git
				synced 2025-10-30 23:30:55 +00:00 
			
		
		
		
	Do not use AVFMT_FLAG_NONBLOCK for the output file.
Allows to use output device alsa.
This commit is contained in:
		
							parent
							
								
									cc4d3dd3e2
								
							
						
					
					
						commit
						0de8ebf491
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								ffmpeg.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								ffmpeg.c
									
										
									
									
									
								
							|  | @ -3835,7 +3835,6 @@ static void opt_output_file(const char *filename) | ||||||
|     oc->preload= (int)(mux_preload*AV_TIME_BASE); |     oc->preload= (int)(mux_preload*AV_TIME_BASE); | ||||||
|     oc->max_delay= (int)(mux_max_delay*AV_TIME_BASE); |     oc->max_delay= (int)(mux_max_delay*AV_TIME_BASE); | ||||||
|     oc->loop_output = loop_output; |     oc->loop_output = loop_output; | ||||||
|     oc->flags |= AVFMT_FLAG_NONBLOCK; |  | ||||||
| 
 | 
 | ||||||
|     set_context_opts(oc, avformat_opts, AV_OPT_FLAG_ENCODING_PARAM, NULL); |     set_context_opts(oc, avformat_opts, AV_OPT_FLAG_ENCODING_PARAM, NULL); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Carl Eugen Hoyos
						Carl Eugen Hoyos