fixed minor stuff somehow i didnt notice
This commit is contained in:
parent
251d839a8b
commit
71fe30e14a
2 changed files with 2 additions and 1 deletions
|
@ -65,4 +65,5 @@ std::expected<bool, lily_png::png_error> lily_png::filter(file_reader::buffer<un
|
||||||
index_dest += scanline_size;
|
index_dest += scanline_size;
|
||||||
scanlines++;
|
scanlines++;
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
namespace lily_png
|
namespace lily_png
|
||||||
{
|
{
|
||||||
std::expected<bool, png_error> lily_png::filter_scanline(unsigned char *scanline, unsigned char *previous_scanline, unsigned char *dest, metadata &meta, unsigned char filter_type);
|
std::expected<bool, png_error> filter_scanline(unsigned char *scanline, unsigned char *previous_scanline, unsigned char *dest, metadata &meta, unsigned char filter_type);
|
||||||
std::expected<bool, png_error> filter(file_reader::buffer<unsigned char> &data, file_reader::buffer<unsigned char> &dest ,metadata &meta);
|
std::expected<bool, png_error> filter(file_reader::buffer<unsigned char> &data, file_reader::buffer<unsigned char> &dest ,metadata &meta);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue