Commit 4255746c authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed compile warnings and removed extra whitespaces

parent 4dfb613c
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment