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 Aug 16, 2023
2 parents 03dffa6 + 9493f9a commit 0e52a02
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 @@ -580,6 +580,7 @@ Error Box::read(BitstreamRange& range, std::shared_ptr<Box>* result)

case fourcc("j2kL"):
box = std::make_shared<Box_j2kL>();
break;

// --- mski

Expand Down

0 comments on commit 0e52a02

Please sign in to comment.