- 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:
+2
-2
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user