[libpng15] Fix small typo in CHANGES and ANNOUNCE
This commit is contained in:
parent
8be28e3eb6
commit
4dd0dc6399
2
ANNOUNCE
2
ANNOUNCE
@ -64,7 +64,7 @@ Version 1.5.6beta05 [October 7, 2011]
|
|||||||
a bug in the code that attempted to align it; the code needs to subtract
|
a bug in the code that attempted to align it; the code needs to subtract
|
||||||
one from the pointer to take account of the filter byte prepended to
|
one from the pointer to take account of the filter byte prepended to
|
||||||
each row.
|
each row.
|
||||||
Optimized png_combine_row() when rows are aligned This gains a small
|
Optimized png_combine_row() when rows are aligned. This gains a small
|
||||||
percentage for 16-bit and 32-bit pixels in the typical case where the
|
percentage for 16-bit and 32-bit pixels in the typical case where the
|
||||||
output row buffers are appropriately aligned. The optimization was not
|
output row buffers are appropriately aligned. The optimization was not
|
||||||
previously possible because the png_struct buffer was always misaligned.
|
previously possible because the png_struct buffer was always misaligned.
|
||||||
|
2
CHANGES
2
CHANGES
@ -3625,7 +3625,7 @@ Version 1.5.6beta05 [October 7, 2011]
|
|||||||
a bug in the code that attempted to align it; the code needs to subtract
|
a bug in the code that attempted to align it; the code needs to subtract
|
||||||
one from the pointer to take account of the filter byte prepended to
|
one from the pointer to take account of the filter byte prepended to
|
||||||
each row.
|
each row.
|
||||||
Optimized png_combine_row() when rows are aligned This gains a small
|
Optimized png_combine_row() when rows are aligned. This gains a small
|
||||||
percentage for 16-bit and 32-bit pixels in the typical case where the
|
percentage for 16-bit and 32-bit pixels in the typical case where the
|
||||||
output row buffers are appropriately aligned. The optimization was not
|
output row buffers are appropriately aligned. The optimization was not
|
||||||
previously possible because the png_struct buffer was always misaligned.
|
previously possible because the png_struct buffer was always misaligned.
|
||||||
|
Loading…
Reference in New Issue
Block a user