Skip to content

Commit 9907fb3

Browse files
Update README stuff about BMFF
1 parent 8326135 commit 9907fb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ The C++ documentation is still needed in these cases.
8686
Support for bmff files (e.g. CR3, HEIF, HEIC, AVIF, JPEG XL)
8787
------------------------------------------------------------
8888

89-
Python-exiv2 from version 0.8.3 onwards is built with support for BMFF files.
90-
In order to use BMFF files in your Python program you need to call the ``enableBMFF`` function.
89+
Python-exiv2 from version 0.17.0 has support for BMFF files enabled by default if libexiv2 was compiled with support for BMFF files enabled.
90+
In earlier versions you need to call the ``enableBMFF`` function before using BMFF files in your program.
91+
Use of BMFF files may infringe patents.
9192
Please read the Exiv2 `statement on BMFF`_ patents before doing so.
9293

9394
Installation

0 commit comments

Comments
 (0)