Skip to content

Commit

Permalink
fix constant
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 22, 2024
1 parent bee0699 commit 91cc0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/image-items/tiled.cc
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Error Box_tilC::parse(BitstreamRange& range, const heif_security_limits* limits)
case 0x08:
m_parameters.size_field_length = 32;
break;
case 0xc0:
case 0x0c:
m_parameters.size_field_length = 64;
break;
}
Expand Down

0 comments on commit 91cc0af

Please sign in to comment.