Skip to content

Commit

Permalink
clarify pitm error
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Oct 10, 2024
1 parent 5cf6870 commit c546732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Error HeifContext::interpret_heif_file()
if (!m_primary_image) {
return Error(heif_error_Invalid_input,
heif_suberror_Nonexisting_item_referenced,
"'pitm' box references a non-existing image");
"'pitm' box references an unsupported or non-existing image");
}


Expand Down

0 comments on commit c546732

Please sign in to comment.