mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
imgcodecs: refactoring, improve code quality
This commit is contained in:
committed by
Alexander Alekhin
parent
0d854db361
commit
999f41fb4f
@@ -209,6 +209,8 @@ int RLByteStream::getByte()
|
||||
current = m_current;
|
||||
}
|
||||
|
||||
CV_Assert(current < m_end);
|
||||
|
||||
val = *((uchar*)current);
|
||||
m_current = current + 1;
|
||||
return val;
|
||||
|
||||
Reference in New Issue
Block a user