Skip to content

Commit

Permalink
Remove spaces at the end of lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Apr 3, 2024
1 parent 3e0b4e0 commit 3af67b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Add experimental API for reading and writing gain maps in AVIF files.
If enabled at compile time, add `gainMap` field to `avifImage`,
add `qualityGainMap` field to `avifEncoder`, add `gainMapPresent`,
`enableDecodingGainMap`, `enableParsingGainMapMetadata` and
`enableDecodingGainMap`, `enableParsingGainMapMetadata` and
`ignoreColorAndAlpha` to `avifDecoder`.
Utility functions for working with gain maps are also added.
Gain maps allow readers that support them to display HDR images that look
Expand All @@ -35,7 +35,7 @@ The changes are relative to the previous release, unless the baseline is specifi
input files.
* Add experimental support for layered AVIF encoding in avifenc.
Use the --layered flag to enable layered AVIF encoding.
Layered AVIF has multiple layers, which works like frame of animated AVIF,
Layered AVIF has multiple layers, which works like frame of animated AVIF,
and layers can be rendered in progressive manner on supported viewers
(e.g. Chrome 94 or newer).
Only aom supports layered AVIF encoding at the time of writing.
Expand Down Expand Up @@ -92,7 +92,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* ext/libjpeg.cmd now pulls libjpeg-turbo instead of libjpeg and AVIF_JPEG=LOCAL
now expects the library dependency in ext/libjpeg-turbo/build.libavif.
* Fix 'iloc' box parsing bugs that may have wrongly accepted, rejected or parsed
some files with rare values of offset_size, length_size, base_offset_size and
some files with rare values of offset_size, length_size, base_offset_size and
index_size.

## [1.0.4] - 2024-02-08
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run the examples too.
```sh
vcpkg install libavif
```
You can also download the official windows binaries on the
You can also download the official windows binaries on the
[release](https://github.com/AOMediaCodec/libavif/releases) page.

### macOS
Expand Down Expand Up @@ -57,7 +57,7 @@ sudo yum -y install libavif

For the "default" MSYS2 UCRT64 environment:
```sh
pacman -S mingw-w64-ucrt-x86_64-libavif
pacman -S mingw-w64-ucrt-x86_64-libavif
```

## Build Notes
Expand Down

0 comments on commit 3af67b8

Please sign in to comment.