file-jpeg: Fix value in vals_ifd_tags_exif[]

This commit is contained in:
Martin Mathieson 2021-12-18 11:43:03 +00:00
parent 136b67b85e
commit 62a747bae3
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ static const value_string vals_ifd_tags_exif[] = {
{ 0x9012, "OffsetTimeDigitized" },
{ 0x9290, "SubSecTime" },
{ 0x9291, "SubSecTimeOriginal" },
{ 0xA003, "SubSecTimeDigitized" },
{ 0x9292, "SubSecTimeDigitized" },
/*
* Tags relating to picture-taking conditions:
*/