Skip to content

Commit

Permalink
BUGFIX: Missing break after taic in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
dukesook committed Mar 21, 2024
1 parent 9185352 commit c4164ba
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 @@ -619,6 +619,7 @@ Error Box::read(BitstreamRange& range, std::shared_ptr<Box>* result)

case fourcc("taic"):
box = std::make_shared<Box_taic>();
break;

// --- AVC (H.264)

Expand Down

0 comments on commit c4164ba

Please sign in to comment.