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

Merge pull request #8160 from ilijapuaca:master

This commit is contained in:
Alexander Alekhin
2017-02-14 13:03:09 +00:00
188 changed files with 47266 additions and 14703 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ bool WebPDecoder::readHeader()
return false;
}
data.create(1, wfile_size, CV_8U);
data.create(1, (int)wfile_size, CV_8U);
size_t data_size = fread(data.ptr(), 1, wfile_size, wfile);