|  | @@ -456,6 +456,8 @@ static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_p | 
														
													
														
															
																|  |  | consumed += 15; |  |  | consumed += 15; | 
														
													
														
															
																|  |  | } |  |  | } | 
														
													
														
															
																|  |  | } else if (!ff_guidcmp(g, timestamp_guid)) { |  |  | } else if (!ff_guidcmp(g, timestamp_guid)) { | 
														
													
														
															
																|  |  |  |  |  | int stream_index = ff_find_stream_index(s, sid); | 
														
													
														
															
																|  |  |  |  |  | if (stream_index >= 0) { | 
														
													
														
															
																|  |  | url_fskip(pb, 8); |  |  | url_fskip(pb, 8); | 
														
													
														
															
																|  |  | wtv->pts = get_le64(pb); |  |  | wtv->pts = get_le64(pb); | 
														
													
														
															
																|  |  | consumed += 16; |  |  | consumed += 16; | 
														
													
												
													
														
															
																|  | @@ -466,6 +468,7 @@ static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_p | 
														
													
														
															
																|  |  | url_fskip(pb, WTV_PAD8(len) - consumed); |  |  | url_fskip(pb, WTV_PAD8(len) - consumed); | 
														
													
														
															
																|  |  | return 0; |  |  | return 0; | 
														
													
														
															
																|  |  | } |  |  | } | 
														
													
														
															
																|  |  |  |  |  | } | 
														
													
														
															
																|  |  | } else if (!ff_guidcmp(g, data_guid)) { |  |  | } else if (!ff_guidcmp(g, data_guid)) { | 
														
													
														
															
																|  |  | int stream_index = ff_find_stream_index(s, sid); |  |  | int stream_index = ff_find_stream_index(s, sid); | 
														
													
														
															
																|  |  | if (mode == SEEK_TO_DATA && stream_index >= 0) { |  |  | if (mode == SEEK_TO_DATA && stream_index >= 0) { | 
														
													
												
													
														
															
																|  | 
 |