jpeginfo: fix a typo from the TIFF 6.0 spec

This commit is contained in:
Přemysl Eric Janouch 2021-12-03 15:57:44 +01:00
parent 15f57a079e
commit 64d2f902f2
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ static struct tiff_entry tiff_entries[] = {
{"TransferRange", 342, NULL},
{"JPEGProc", 512, NULL},
{"JPEGInterchangeFormat", 513, NULL},
{"JPEGInterchangeFormatLngth", 514, NULL},
{"JPEGInterchangeFormatLength", 514, NULL},
{"JPEGRestartInterval", 515, NULL},
{"JPEGLosslessPredictors", 517, NULL},
{"JPEGPointTransforms", 518, NULL},