fixed compile warnings and removed extra whitespaces

This commit is contained in:
Vadim Pisarevsky
2014-07-28 15:20:25 +04:00
parent 4dfb613c3e
commit 4255746c00

View File

@@ -223,7 +223,7 @@ public:
return (int)(bayer - (bayer_end - width));
}
int bayer2RGBA(const uchar* bayer, int bayer_step, uchar* dst, int width, int blue) const
int bayer2RGBA(const uchar*, int, uchar*, int, int) const
{
return 0;
}
@@ -496,7 +496,7 @@ public:
return (int)(bayer - (bayer_end - width));
}
int bayer2RGB_EA(const uchar* bayer, int bayer_step, uchar* dst, int width, int blue) const
int bayer2RGB_EA(const uchar*, int, uchar*, int, int) const
{
return 0;
}