Fixed not initialized QVideoFrame mappedCount member

Change-Id: Ic0b915df120222b0bb440698c010f0e83ccce8c3
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Dmytro Poplavskiy
2012-05-29 14:09:15 +10:00
committed by Qt by Nokia
parent d722d30171
commit 9ce3b81cff

View File

@@ -82,6 +82,7 @@ public:
, pixelFormat(QVideoFrame::Format_Invalid)
, fieldType(QVideoFrame::ProgressiveFrame)
, buffer(0)
, mappedCount(0)
{
}