Skip to content

Commit

Permalink
follow-up fix for iden tidy false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Jan 17, 2024
1 parent dbc66c9 commit 3da4fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ Error HeifFile::get_compressed_image_data(heif_item_id ID, std::vector<uint8_t>*

if (item_type == "iden") {
// we want to return the image data for the source image
heif_item_id to_ID;
heif_item_id to_ID = 0;
Error error = get_source_image_id(ID, &to_ID);
if (error.error_code != heif_error_Ok) {
return error;
Expand Down

0 comments on commit 3da4fd2

Please sign in to comment.