You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The file ReadMe.txt in a build bundle describes how to install the library on th
49
49
16.[Cross Platform Build and Test on Linux for MinGW](#2-16)
50
50
17.[Building with C++11 and other compilers](#2-17)
51
51
18.[Static and Shared Libraries](#2-18)
52
-
19.[Support for bmff files (CR3, HEIF, HEIC, and AVIF)](#2-19)
52
+
19.[Support for BMFF files (e.g., CR3, HEIF, HEIC, AVIF, and JPEG XL)](#2-19)
53
53
3.[License and Support](#3)
54
54
1.[License](#3-1)
55
55
2.[Support](#3-2)
@@ -620,7 +620,7 @@ int main(int argc, const char* argv[])
620
620
...
621
621
}
622
622
```
623
-
The use of the _**thread unsafe function**_ Exiv2::enableBMFF(true) is discussed in [2.19 Support forbmff files](#2-19)
623
+
The use of the _**thread unsafe function**_ Exiv2::enableBMFF(true) is discussed in [2.19 Support forBMFF files (e.g., CR3, HEIF, HEIC, AVIF, and JPEG XL)](#2-19)
624
624
625
625
[TOC](#TOC)
626
626
<div id="2-15">
@@ -806,19 +806,19 @@ This is discussed: [https://github.com/Exiv2/exiv2/issues/1230](https://github.c
806
806
[TOC](#TOC)
807
807
<div id="2-19">
808
808
809
-
### 2.19 Support for bmff files (CR3, HEIF, HEIC, and AVIF)
809
+
### 2.19 Support for BMFF files (e.g., CR3, HEIF, HEIC, AVIF, and JPEG XL)
810
810
811
-
**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_.**
811
+
**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_.**
812
812
813
-
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 enablebmff support at run-time by calling the following function.
813
+
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 enableBMFF support at run-time by calling the following function.
814
814
815
815
```cpp
816
816
EXIV2API bool enableBMFF(bool enable);
817
817
```
818
818
819
-
The return value from `enableBMFF()` is trueif the library has been build with bmff support (cmake option -DEXIV2_ANABLE_BMFF=On).
819
+
The return value from `enableBMFF()` is trueif the library has been build with BMFF support (cmake option -DEXIV2_ANABLE_BMFF=On).
820
820
821
-
Applications may wish to provide a preference setting to enablebmff support and thereby place the responsibility for the use of this code with the user of the application.
821
+
Applications may wish to provide a preference setting to enableBMFF support and thereby place the responsibility for the use of this code with the user of the application.
0 commit comments