Skip to content

Commit

Permalink
Mark enableBMFF as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos committed Jun 10, 2024
1 parent abaffbc commit 7bc748f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/exiv2/bmffimage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// *****************************************************************************
// namespace extensions
namespace Exiv2 {
EXIV2API bool enableBMFF(bool enable = true);
[[deprecated]] EXIV2API bool enableBMFF(bool enable = true);
} // namespace Exiv2

#ifdef EXV_ENABLE_BMFF
Expand Down

0 comments on commit 7bc748f

Please sign in to comment.