mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #8712 from grundman:patch-5
This commit is contained in:
commit
0d60c0e8c4
@ -384,7 +384,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
data[m_pos] |= (tempval << bits_free);
|
||||
data[m_pos] |= (bits_free == 32) ? tempval : (tempval << bits_free);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user