Skip to content

Commit b482556

Browse files
committed
jpeg: Fix EOI description
1 parent 4674060 commit b482556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

format/jpeg/jpeg.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ var markers = scalar.UintMap{
124124
RST6: {Sym: "rst6", Description: "Restart with modulo 8 count 6"},
125125
RST7: {Sym: "rst7", Description: "Restart with modulo 8 count 7"},
126126
SOI: {Sym: "soi", Description: "Start of image"},
127-
EOI: {Sym: "eoi", Description: "End of image true"},
127+
EOI: {Sym: "eoi", Description: "End of image"},
128128
SOS: {Sym: "sos", Description: "Start of scan"},
129129
DQT: {Sym: "dqt", Description: "Define quantization table(s)"},
130130
DNL: {Sym: "dnl", Description: "Define number of lines"},

format/jpeg/testdata/4x4.fqtest

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ $ fq -d jpeg dv 4x4.jpg
135135
0x90| 3f bf | ?. | [7]: raw bits entropy_coded_data 0x9c-0x9e (2)
136136
| | | [8]{}: marker 0x9e-0xa0 (2)
137137
0x90| ff | . | prefix: raw bits (valid) 0x9e-0x9f (1)
138-
0x90| d9| .| code: "eoi" (217) (End of image true) 0x9f-0xa0 (1)
138+
0x90| d9| .| code: "eoi" (217) (End of image) 0x9f-0xa0 (1)

0 commit comments

Comments
 (0)