Skip to content

Commit

Permalink
Merge branch 'master' of github.com:strukturag/libheif
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 10, 2024
2 parents ab22506 + ddfd7f5 commit 6d07ce9
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 6d07ce9

Please sign in to comment.