You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/mpeg12: Try to fetch pts/dts from both the packet associated with the picture start code as well as earlier start codes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -234,7 +234,7 @@ int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, | ||||
|                 } | ||||
|             } | ||||
|             if (pc->frame_start_found == 0 && s && state == PICTURE_START_CODE) { | ||||
|                 ff_fetch_timestamp(s, i - 3, 1, 0); | ||||
|                 ff_fetch_timestamp(s, i - 3, 1, i > 3); | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user