Skip to content

Commit faa7cc3

Browse files
Update README.md wrt BMFF (#2405)
* Update README.md wrt BMFF * Fix minor issues in documentation
1 parent 1f364be commit faa7cc3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The file ReadMe.txt in a build bundle describes how to install the library on th
4949
- [Library Initialisation and Cleanup](#InitAndCleanup)
5050
- [Cross Platform Build and Test on Linux for MinGW](#CrossPlatformSupport)
5151
- [Static and Shared Libraries](#StaticShared)
52-
- [Support for bmff files (CR3, HEIF, HEIC, and AVIF)](#BMFF)
52+
- [Support for BMFF files (e.g., CR3, HEIF, HEIC, AVIF, and JPEG XL)](#BMFF)
5353
- [License and Support](#LicenseSupport)
5454
- [License](#License)
5555
- [Support](#Support)
@@ -740,7 +740,7 @@ int main(int argc, const char* argv[])
740740
...
741741
}
742742
```
743-
The use of the _**thread unsafe function**_ Exiv2::enableBMFF(true) is discussed in [2.19 Support for bmff files](#BMFF)
743+
The use of the _**thread unsafe function**_ Exiv2::enableBMFF(true) is discussed in [Support for BMFF files (e.g., CR3, HEIF, HEIC, AVIF, and JPEG XL)](#BMFF)
744744
745745
[TOC](#TOC)
746746
<div id="InitAndCleanup">
@@ -898,19 +898,19 @@ This is discussed: [https://github.com/Exiv2/exiv2/issues/1230](https://github.c
898898
[TOC](#TOC)
899899
<div id="BMFF">
900900
901-
## Support for bmff files (CR3, HEIF, HEIC, and AVIF)
901+
## Support for BMFF files (e.g., CR3, HEIF, HEIC, AVIF, and JPEG XL)
902902
903-
**Attention is drawn to the possibility that bmff support may be the subject of patent rights. _Exiv2 shall not be held responsible for identifying any or all such patent rights. Exiv2 shall not be held responsible for the legal consequences of the use of this code_.**
903+
**Attention is drawn to the possibility that BMFF support may be the subject of patent rights. _Exiv2 shall not be held responsible for identifying any or all such patent rights. Exiv2 shall not be held responsible for the legal consequences of the use of this code_.**
904904
905-
Access to the bmff code is guarded in two ways. Firstly, you have to build the library with the CMake option: `-DEXIV2_ENABLE_BMFF=ON`. Secondly, the application must enable bmff support at run-time by calling the following function.
905+
Access to the BMFF code is guarded in two ways. Firstly, you have to build the library with the CMake option: `-DEXIV2_ENABLE_BMFF=ON`. Secondly, the application must enable BMFF support at run-time by calling the following function.
906906
907907
```cpp
908908
EXIV2API bool enableBMFF(bool enable);
909909
```
910910
911-
The return value from `enableBMFF()` is true if the library has been build with bmff support (CMake option -DEXIV2_ENABLE_BMFF=ON).
911+
The return value from `enableBMFF()` is true if the library has been build with BMFF support (CMake option -DEXIV2_ENABLE_BMFF=ON).
912912
913-
Applications may wish to provide a preference setting to enable bmff support and thereby place the responsibility for the use of this code with the user of the application.
913+
Applications may wish to provide a preference setting to enable BMFF support and thereby place the responsibility for the use of this code with the user of the application.
914914
915915
[TOC](#TOC)
916916
<div id="LicenseSupport">

0 commit comments

Comments
 (0)