Use more portable 'PRId64' instead of 'llx' as conversion/length specifier.
patch by Frank Barchard, fbarchard google com Originally committed as revision 19309 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									d6ced96317
								
							
						
					
					
						commit
						cb28f95454
					
				| @ -129,7 +129,7 @@ int main(int argc, char *argv[]) | |||||||
|             ftyp_atom_size = atom_size; |             ftyp_atom_size = atom_size; | ||||||
|             ftyp_atom = malloc(ftyp_atom_size); |             ftyp_atom = malloc(ftyp_atom_size); | ||||||
|             if (!ftyp_atom) { |             if (!ftyp_atom) { | ||||||
|                 printf ("could not allocate 0x%llX byte for ftyp atom\n", |                 printf ("could not allocate 0x%"PRId64" byte for ftyp atom\n", | ||||||
|                         atom_size); |                         atom_size); | ||||||
|                 fclose(infile); |                 fclose(infile); | ||||||
|                 return 1; |                 return 1; | ||||||
| @ -170,7 +170,7 @@ int main(int argc, char *argv[]) | |||||||
|     moov_atom_size = atom_size; |     moov_atom_size = atom_size; | ||||||
|     moov_atom = malloc(moov_atom_size); |     moov_atom = malloc(moov_atom_size); | ||||||
|     if (!moov_atom) { |     if (!moov_atom) { | ||||||
|         printf ("could not allocate 0x%llX byte for moov atom\n", |         printf ("could not allocate 0x%"PRId64" byte for moov atom\n", | ||||||
|             atom_size); |             atom_size); | ||||||
|         fclose(infile); |         fclose(infile); | ||||||
|         return 1; |         return 1; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user