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

typos in comments

This commit is contained in:
Dikay900
2015-05-23 15:26:18 +02:00
parent 25b4cface0
commit 7ca0557b40
14 changed files with 35 additions and 35 deletions
+2 -2
View File
@@ -1237,10 +1237,10 @@ void MotionJpegWriter::writeFrameData( const uchar* data, int step, int colorspa
}
strm.jputShort(0*256 + 63); // start and end of spectral selection - for
// sequental DCT start is 0 and end is 63
// sequential DCT start is 0 and end is 63
strm.putByte( 0 ); // successive approximation bit position
// high & low - (0,0) for sequental DCT
// high & low - (0,0) for sequential DCT
unsigned currval = 0, code = 0, tempval = 0;
int bit_idx = 32;