Thank You @piponazo for the code review. I've made the changes you requested.

main
clanmills 4 years ago
parent 9d28943b63
commit e3fd0c633e

@ -51,7 +51,7 @@ namespace Exiv2
// Add Base Media File Format to the supported image formats
namespace ImageType
{
const int bmff = 15; //!< BMFF (bmff) image type (see class BMFF)
const int bmff = 19; //!< BMFF (bmff) image type (see class BMFF)
}
/*!

@ -42,7 +42,7 @@ namespace Exiv2
// Add JPEG-2000 to the supported image formats
namespace ImageType
{
const int jp2 = 19; //!< JPEG-2000 image type
const int jp2 = 15; //!< JPEG-2000 image type
}
/*!

@ -172,7 +172,7 @@ namespace Exiv2
return result;
}
long BmffImage::boxHandler(std::ostream& out /* = std::cout*/ , Exiv2::PrintStructureOption option /* = kpsNone */,int depth /* =0 */)
long BmffImage::boxHandler(std::ostream& out, Exiv2::PrintStructureOption option,int depth)
{
long result = (long)io_->size();
long address = (long)io_->tell();

Loading…
Cancel
Save