Skip to content

Commit

Permalink
add more unci component types (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk authored and bradh committed Sep 16, 2024
1 parent 6633f76 commit 37b8834
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libheif/api/libheif/heif.h
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,9 @@ enum heif_channel
heif_channel_B = 5,
heif_channel_Alpha = 6,
heif_channel_interleaved = 10,
heif_channel_FilterArray = 11,
heif_channel_Depth = 12,
heif_channel_Disparity = 13,
heif_channel_other_first = 1024,
heif_channel_other_last = 4095
};
Expand Down

0 comments on commit 37b8834

Please sign in to comment.