|  | @@ -1486,7 +1486,7 @@ static int get_video_frame(VideoState *is, AVFrame *frame, int64_t *pts, AVPacke | 
														
													
														
															
																|  |  | int ret = 1; |  |  | int ret = 1; | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | if (decoder_reorder_pts == -1) { |  |  | if (decoder_reorder_pts == -1) { | 
														
													
														
															
																|  |  | *pts = frame->best_effort_timestamp; |  |  |  | 
														
													
														
															
																|  |  |  |  |  | *pts = *(int64_t*)av_opt_ptr(avcodec_get_frame_class(), frame, "best_effort_timestamp"); | 
														
													
														
															
																|  |  | } else if (decoder_reorder_pts) { |  |  | } else if (decoder_reorder_pts) { | 
														
													
														
															
																|  |  | *pts = frame->pkt_pts; |  |  | *pts = frame->pkt_pts; | 
														
													
														
															
																|  |  | } else { |  |  | } else { | 
														
													
												
													
														
															
																|  | 
 |