comparison src/format_raw.c @ 181:c01dd7c9c7dc

unified tag names between exiv2 and internal rxif parser
author nadvornik
date Wed, 13 Feb 2008 19:31:50 +0000
parents 0ca3b4c8ffae
children 41fc4bfc8b25
comparison
equal deleted inserted replaced
180:e6c8cf017d68 181:c01dd7c9c7dc
383 guint offset, guint size) 383 guint offset, guint size)
384 { 384 {
385 ExifItem *make; 385 ExifItem *make;
386 gint n; 386 gint n;
387 387
388 make = exif_get_item(exif, "Make"); 388 make = exif_get_item(exif, "Exif.Image.Make");
389 389
390 n = 0; 390 n = 0;
391 while (format_exif_list[n].header_pattern) 391 while (format_exif_list[n].header_pattern)
392 { 392 {
393 switch (format_exif_list[n].header_type) 393 switch (format_exif_list[n].header_type)