- Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp)

- Changed Sony/Minolta pretty-print function to print EV value
- Renamed rcsid.hpp to rcsid_int.hpp, do not publish it anymore
This commit is contained in:
Andreas Huggel
2010-06-27 10:04:39 +00:00
parent b83ad4c65c
commit 06ce0d18b6
80 changed files with 109 additions and 130 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
*/
// *****************************************************************************
#include "rcsid.hpp"
#include "rcsid_int.hpp"
EXIV2_RCSID("@(#) $Id$")
// *****************************************************************************
@@ -138,7 +138,7 @@ namespace Exiv2 {
TagInfo(0x0104, "FlashExposureComp", N_("Flash Exposure Compensation"),
N_("Flash exposure compensation in EV"),
minoltaIfdId, makerTags, signedRational, printMinoltaSonyFlashExposureComp),
minoltaIfdId, makerTags, signedRational, print0x9204),
TagInfo(0x0105, "Teleconverter", N_("Teleconverter Model"),
N_("Teleconverter Model"),
minoltaIfdId, makerTags, unsignedLong, printMinoltaSonyTeleconverterModel),