You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	examples/muxing: vertically align
This commit is contained in:
		| @@ -467,8 +467,7 @@ int main(int argc, char **argv) | ||||
|             audio_pts = 0.0; | ||||
|  | ||||
|         if (video_st) | ||||
|             video_pts = (double)video_st->pts.val * video_st->time_base.num / | ||||
|                         video_st->time_base.den; | ||||
|             video_pts = (double)video_st->pts.val * video_st->time_base.num / video_st->time_base.den; | ||||
|         else | ||||
|             video_pts = 0.0; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user