jpeg: correct the IFD tag for the Copyright field

It is supposed to be 0x8298 according to both the TIFF and Exif specs.
This commit is contained in:
Роман Донченко 2021-09-24 20:30:01 +03:00
parent 1848fa71ed
commit 05512b0428
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ static const value_string vals_exif_tags[] = {
{ 0x0110, "Model" },
{ 0x0131, "Software" },
{ 0x013B, "Artist" },
{ 0x8296, "Copyright" },
{ 0x8298, "Copyright" },
/*
* Exif-specific IFD:
*/