ffmpeg: remove a redundant assignment of interrupt_callback
It is already set in open_output_file().
This commit is contained in:
		
							parent
							
								
									0b13c34a65
								
							
						
					
					
						commit
						1b24a1ea14
					
				@ -2951,8 +2951,6 @@ static int check_init_output_file(OutputFile *of, int file_index)
 | 
			
		||||
            return 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    of->ctx->interrupt_callback = int_cb;
 | 
			
		||||
 | 
			
		||||
    ret = avformat_write_header(of->ctx, &of->opts);
 | 
			
		||||
    if (ret < 0) {
 | 
			
		||||
        av_log(NULL, AV_LOG_ERROR,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user