mirror of
				https://git.ffmpeg.org/ffmpeg.git
				synced 2025-11-03 17:20:56 +00:00 
			
		
		
		
	lavf: fix function name in compute_pkt_fields2 av_dlog message
This commit is contained in:
		
							parent
							
								
									3660b5bca9
								
							
						
					
					
						commit
						12bcfe05b4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2914,7 +2914,7 @@ static int compute_pkt_fields2(AVFormatContext *s, AVStream *st, AVPacket *pkt){
 | 
			
		|||
    int delay = FFMAX(st->codec->has_b_frames, !!st->codec->max_b_frames);
 | 
			
		||||
    int num, den, frame_size, i;
 | 
			
		||||
 | 
			
		||||
    av_dlog(s, "av_write_frame: pts:%"PRId64" dts:%"PRId64" cur_dts:%"PRId64" b:%d size:%d st:%d\n",
 | 
			
		||||
    av_dlog(s, "compute_pkt_fields2: pts:%"PRId64" dts:%"PRId64" cur_dts:%"PRId64" b:%d size:%d st:%d\n",
 | 
			
		||||
            pkt->pts, pkt->dts, st->cur_dts, delay, pkt->size, pkt->stream_index);
 | 
			
		||||
 | 
			
		||||
/*    if(pkt->pts == AV_NOPTS_VALUE && pkt->dts == AV_NOPTS_VALUE)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue