avcodec/tiff_data: Remove incorrect GeoTIFF entries

They are incorrect according to [1]. They also share keys with valid
entries, so that it is unspecified which entry bsearch returns
in this case. Fix this by removing the incorrect values.

[1]: https://www.earthdata.nasa.gov/s3fs-public/imported/19-008r4.pdf

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-03-09 19:20:31 +01:00
parent 282812d6dc
commit f032f1326b
1 changed files with 0 additions and 4 deletions

View File

@ -804,13 +804,9 @@ static const TiffGeoTagKeyName tiff_proj_cs_type_codes[] = {
{26771, "PCS_NAD27_Illinois_East"},
{26772, "PCS_NAD27_Illinois_West"},
{26773, "PCS_NAD27_Indiana_East"},
{26774, "PCS_NAD27_BLM_14N_feet"},
{26774, "PCS_NAD27_Indiana_West"},
{26775, "PCS_NAD27_BLM_15N_feet"},
{26775, "PCS_NAD27_Iowa_North"},
{26776, "PCS_NAD27_BLM_16N_feet"},
{26776, "PCS_NAD27_Iowa_South"},
{26777, "PCS_NAD27_BLM_17N_feet"},
{26777, "PCS_NAD27_Kansas_North"},
{26778, "PCS_NAD27_Kansas_South"},
{26779, "PCS_NAD27_Kentucky_North"},