This commit is contained in:
Ryan Oldenburg 2023-05-29 02:30:55 -05:00
parent 287d9bc80e
commit c95190ed98

View file

@ -1183,6 +1183,9 @@ proc decodeJpegDimensions*(
break
of 0xC1:
failInvalid("unsupported extended sequential DCT format")
of 0xC4:
# Define Huffman Table
state.decodeDHT()
of 0xDB:
# Define Quantization Table(s)
state.skipChunk()