Skip to content

Commit

Permalink
Update box.cc
Browse files Browse the repository at this point in the history
Align with common usage
  • Loading branch information
bradh authored Oct 29, 2024
1 parent 41be98e commit b3c1acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/box.cc
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ Error Box::read(BitstreamRange& range, std::shared_ptr<Box>* result, const heif_
box = std::make_shared<Box_avcC>();
break;

#if WITH_EXPERIMENTAL_FEATURES
#if WITH_EXPERIMENTAL_FEATURS
case fourcc("tilC"):
box = std::make_shared<Box_tilC>();
break;
Expand Down

0 comments on commit b3c1acc

Please sign in to comment.