Adapted to buffer redesign of file_reader
This commit is contained in:
parent
7f10b384f9
commit
c29922ce2a
8 changed files with 17 additions and 17 deletions
|
@ -2,5 +2,5 @@
|
|||
#include "utils.h"
|
||||
|
||||
void filter_scanline(unsigned char *scanline, unsigned char *previous_scanline, unsigned char *dest, metadata &meta, unsigned char filter_type);
|
||||
void filter(buffer_unsigned &data, buffer_unsigned &dest ,metadata &meta);
|
||||
void filter(buffer<unsigned char> &data, buffer<unsigned char> &dest ,metadata &meta);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue