V4L2: Fix error with frame size of RGB32

Former-commit-id: ab98c7b87acb7654c40a715ed21c0857c11a30ff
This commit is contained in:
johan
2014-04-14 19:19:47 +02:00
parent 6be5652f8f
commit ef6aa76409
3 changed files with 27 additions and 22 deletions

View File

@@ -108,6 +108,7 @@ private:
PixelFormat _pixelFormat;
int _width;
int _height;
int _frameByteSize;
int _cropLeft;
int _cropRight;
int _cropTop;