diff options
Diffstat (limited to 'remoting/host/differ_block.h')
-rw-r--r-- | remoting/host/differ_block.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/differ_block.h b/remoting/host/differ_block.h index 9c03814..8ca538f 100644 --- a/remoting/host/differ_block.h +++ b/remoting/host/differ_block.h @@ -17,6 +17,7 @@ static const int kBytesPerPixel = 4; // Low level functions to compare 2 blocks of pixels. // zero means the blocks are identical. // one means the blocks are different. + int BlockDifference(const uint8* image1, const uint8* image2, int stride); } // namespace remoting |