fftools/ffmpeg: stop setting OutputStream.sync_opts for streamcopy
It is not used for anything.
This commit is contained in:
		
							parent
							
								
									76678b7137
								
							
						
					
					
						commit
						69f770f77c
					
				@ -1934,8 +1934,6 @@ static void do_streamcopy(InputStream *ist, OutputStream *ost, const AVPacket *p
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    opkt->duration = av_rescale_q(pkt->duration, ist->st->time_base, ost->mux_timebase);
 | 
					    opkt->duration = av_rescale_q(pkt->duration, ist->st->time_base, ost->mux_timebase);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ost->sync_opts += opkt->duration;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    output_packet(of, opkt, ost, 0);
 | 
					    output_packet(of, opkt, ost, 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ost->streamcopy_started = 1;
 | 
					    ost->streamcopy_started = 1;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user