cosmetics (aligne stuff nicely)
Originally committed as revision 7645 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									d045b8c14b
								
							
						
					
					
						commit
						4e15cc8ba3
					
				| @ -356,8 +356,8 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap) | |||||||
|                                 if (value_type==3) value_num = get_le32(pb); |                                 if (value_type==3) value_num = get_le32(pb); | ||||||
|                                 if (value_type==4) value_num = get_le64(pb); |                                 if (value_type==4) value_num = get_le64(pb); | ||||||
|                                 if (value_type==5) value_num = get_le16(pb); |                                 if (value_type==5) value_num = get_le16(pb); | ||||||
|                                 if (strcmp(name,"WM/Track")==0) s->track = value_num + 1; |                                 if (!strcmp(name,"WM/Track"      )) s->track = value_num + 1; | ||||||
|                                 if (strcmp(name,"WM/TrackNumber")==0) s->track = value_num; |                                 if (!strcmp(name,"WM/TrackNumber")) s->track = value_num; | ||||||
|                         } |                         } | ||||||
|                 } |                 } | ||||||
|         } else if (!memcmp(&g, &ext_stream_header, sizeof(GUID))) { |         } else if (!memcmp(&g, &ext_stream_header, sizeof(GUID))) { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user