Small corrections
This commit is contained in:
parent
f5c6e7595f
commit
e19fca6640
@ -48,7 +48,7 @@ namespace Exiv2
|
||||
//! @name Creators
|
||||
//@{
|
||||
/*!
|
||||
@brief Constructor to open a ISOBMFF image. Since the
|
||||
@brief Constructor to open a ISO/IEC BMFF image. Since the
|
||||
constructor can not return a result, callers should check the
|
||||
good() method after object construction to determine success
|
||||
or failure.
|
||||
|
||||
@ -49,11 +49,11 @@ namespace Exiv2
|
||||
|
||||
EXIV2API bool enableISOBMFF(bool enable)
|
||||
{
|
||||
#ifdef EXV_ENABLE_ISOBMFF
|
||||
#ifdef EXV_ENABLE_ISOBMFF
|
||||
enabled = enable;
|
||||
return true;
|
||||
#endif//EXV_ENABLE_ISOBMFF
|
||||
enable=false;// unused
|
||||
#endif // EXV_ENABLE_ISOBMFF
|
||||
enable = false; // unused
|
||||
return enable;
|
||||
}
|
||||
|
||||
@ -85,11 +85,11 @@ namespace Exiv2
|
||||
{
|
||||
// Todo: implement me!
|
||||
throw(Error(kerInvalidSettingForImage, "Image comment", "ISO BMFF"));
|
||||
} // ISOBMFF::setComment
|
||||
} // BmffImage::setComment
|
||||
|
||||
void BmffImage::readMetadata()
|
||||
{
|
||||
} // ISOBMFF::readMetadata
|
||||
} // BmffImage::readMetadata
|
||||
|
||||
void BmffImage::printStructure(std::ostream& out, PrintStructureOption option, int depth)
|
||||
{
|
||||
@ -105,7 +105,7 @@ namespace Exiv2
|
||||
UNUSED(out);
|
||||
UNUSED(option);
|
||||
UNUSED(depth);
|
||||
} // ISOBMFF::printStructure
|
||||
} // BmffImage::printStructure
|
||||
|
||||
void BmffImage::writeMetadata()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user