Fixed not initialized QVideoFrame mappedCount member
Change-Id: Ic0b915df120222b0bb440698c010f0e83ccce8c3 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
d722d30171
commit
9ce3b81cff
@@ -82,6 +82,7 @@ public:
|
|||||||
, pixelFormat(QVideoFrame::Format_Invalid)
|
, pixelFormat(QVideoFrame::Format_Invalid)
|
||||||
, fieldType(QVideoFrame::ProgressiveFrame)
|
, fieldType(QVideoFrame::ProgressiveFrame)
|
||||||
, buffer(0)
|
, buffer(0)
|
||||||
|
, mappedCount(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user