aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2023-12-15 15:54:18 -0500
committerGitHub <noreply@github.com>2023-12-15 15:54:18 -0500
commit9be201e3fade0145bb1426a677cb5466bb7f0a3d (patch)
tree5e0bdad330fb3c6a619ff22ba78806fda48392a2
parentfd468466f4ff2d44ebc28b51e521929305aea096 (diff)
downloadlibultrahdr-9be201e3fade0145bb1426a677cb5466bb7f0a3d.tar.gz
Fix minor typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 04ef31e..10082d7 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ List of encode APIs:
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
| API-0 | P010 | No | No | No | Required | Optional | Experimental only. |
| API-1 | P010 | YUV_420 | No | No | Required | Optional | Raw SDR input. Primary image will be encoded from the raw SDR input in the library. |
-| API-2 | P010 | YUV_420 | Yes | No | No | No | Both JPEG and raw SDR inputs. Gainmap will be caululated from raw HDR and raw SDR inputs, the JPEG input will be preserved (including metadata) as the primary image. |
+| API-2 | P010 | YUV_420 | Yes | No | No | No | Both JPEG and raw SDR inputs. Gainmap will be calculated from raw HDR and raw SDR inputs, the JPEG input will be preserved (including metadata) as the primary image. |
| API-3 | P010 | No | Yes | No | No | No | SDR JPEG input. Gainmap will be calculated from raw HDR and the decoding result of the JPEG input, the JPEG input will be preserved (including metadata) as the primary image. |
| API-4 | No | No | Yes | Yes | No | No | SDR JPEG and gainmap inputs. The library will only generate the Ultra HDR related metadata and write everything into the Ultra HDR format, all other metadata from the JPEG input will be preserved. |