Skip to content

Commit

Permalink
add heif_transform_mirror_direction_invalid to dump output
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jul 20, 2023
1 parent b4a0e02 commit 7e9293d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libheif/box.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2736,6 +2736,9 @@ std::string Box_imir::dump(Indent& indent) const
case heif_transform_mirror_direction_horizontal:
sstr << "horizontal\n";
break;
case heif_transform_mirror_direction_invalid:
sstr << "invalid\n";
break;
}

return sstr.str();
Expand Down

0 comments on commit 7e9293d

Please sign in to comment.