Skip to content

Commit

Permalink
add 'skip' as a synonym for 'free'
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Nov 4, 2024
1 parent 2339c6a commit 06d0175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libheif/box.cc
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ Error Box::read(BitstreamRange& range, std::shared_ptr<Box>* result, const heif_
break;

case fourcc("free"):
case fourcc("skip"):
box = std::make_shared<Box_free>();
break;

Expand Down

0 comments on commit 06d0175

Please sign in to comment.