1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Solution to issue #7408

This commit is contained in:
ArkadiuszRaj
2016-10-07 21:29:08 +02:00
parent dd379ec9fd
commit 797030aa90
+1 -1
View File
@@ -309,7 +309,7 @@ bool PxMDecoder::readData( Mat& img )
}
}
else
memcpy( data, src, m_width);
memcpy( data, src, CV_ELEM_SIZE1(m_type)*m_width);
}
else
{