Skip to content

Commit

Permalink
rename new heif_channels to match naming style
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Sep 16, 2024
1 parent 8efc1b4 commit 93763e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libheif/api/libheif/heif.h
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +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_filter_array = 11,
heif_channel_depth = 12,
heif_channel_disparity = 13,
heif_channel_other_first = 1024,
heif_channel_other_last = 4095
};
Expand Down
3 changes: 3 additions & 0 deletions libheif/api/libheif/heif_emscripten.h
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ EMSCRIPTEN_BINDINGS(libheif) {
.value("heif_channel_B", heif_channel_B)
.value("heif_channel_Alpha", heif_channel_Alpha)
.value("heif_channel_interleaved", heif_channel_interleaved)
.value("heif_channel_filter_array", heif_channel_filter_array)
.value("heif_channel_depth", heif_channel_depth)
.value("heif_channel_disparity", heif_channel_disparity)
.value("heif_channel_other_first", heif_channel_other_first)
.value("heif_channel_other_last", heif_channel_other_last);

Expand Down

0 comments on commit 93763e0

Please sign in to comment.