1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

ocl: workaround for getUMat()

This commit is contained in:
Alexander Alekhin
2015-09-08 04:06:04 +03:00
parent cea2dafa0f
commit ad70ab404c
6 changed files with 159 additions and 43 deletions
@@ -497,6 +497,7 @@ struct CV_EXPORTS UMatData
void* userdata;
int allocatorFlags_;
int mapcount;
UMatData* originalUMatData;
};