Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 13, 2024
1 parent 52cd13b commit 6ce786c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libheif/pixelimage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ bool HeifPixelImage::extend_padding_to_size(uint32_t width, uint32_t height, boo
}
}

// don't modify the logical image size
// modify logical image size, if requested

if (adjust_size) {
m_width = width;
Expand Down Expand Up @@ -410,7 +410,7 @@ bool HeifPixelImage::extend_to_size_with_zero(uint32_t width, uint32_t height)
plane->m_height = subsampled_height;
}

// don't modify the logical image size
// modify the logical image size

m_width = width;
m_height = height;
Expand Down

0 comments on commit 6ce786c

Please sign in to comment.