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

Merge pull request #8712 from grundman:patch-5

This commit is contained in:
Vadim Pisarevsky
2017-05-17 15:02:45 +00:00
+1 -1
View File
@@ -384,7 +384,7 @@ public:
}
else
{
data[m_pos] |= (tempval << bits_free);
data[m_pos] |= (bits_free == 32) ? tempval : (tempval << bits_free);
}
}