#611: Updated samples and tests for Sony makernote changes.

This commit is contained in:
Andreas Huggel
2010-04-22 02:37:39 +00:00
parent ffc3fd8ab9
commit 484fd3994a
3 changed files with 49 additions and 49 deletions
+2 -2
View File
@@ -140,11 +140,11 @@ try {
write(file, edMn8);
print(file);
std::cout <<"\n----- One Sony MakerNote tag\n";
std::cout <<"\n----- One Sony1 MakerNote tag\n";
Exiv2::ExifData edMn9;
edMn9["Exif.Image.Make"] = "SONY";
edMn9["Exif.Image.Model"] = "DSC-W7";
edMn9["Exif.Sony.0x2000"] = "0 1 2 3 4 5";
edMn9["Exif.Sony1.0x2000"] = "0 1 2 3 4 5";
write(file, edMn9);
print(file);