mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Misc. modules/ cont. pt2
Found via `codespell`
This commit is contained in:
@@ -1047,7 +1047,7 @@ static const int idct_prescale[] =
|
||||
|
||||
static const char jpegHeader[] =
|
||||
"\xFF\xD8" // SOI - start of image
|
||||
"\xFF\xE0" // APP0 - jfif extention
|
||||
"\xFF\xE0" // APP0 - jfif extension
|
||||
"\x00\x10" // 2 bytes: length of APP0 segment
|
||||
"JFIF\x00" // JFIF signature
|
||||
"\x01\x02" // version of JFIF
|
||||
|
||||
Reference in New Issue
Block a user