Skip to content

Commit

Permalink
remove experimental heif_channel_datatype from emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 6, 2024
1 parent bd14d5c commit 78d2b75
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libheif/api/libheif/heif_emscripten.h
Original file line number Diff line number Diff line change
Expand Up @@ -464,13 +464,6 @@ EMSCRIPTEN_BINDINGS(libheif) {
.value("heif_filetype_yes_unsupported", heif_filetype_yes_unsupported)
.value("heif_filetype_maybe", heif_filetype_maybe);

emscripten::enum_<heif_channel_datatype>("heif_channel_datatype")
.value("heif_channel_datatype_undefined", heif_channel_datatype_undefined)
.value("heif_channel_datatype_unsigned_integer", heif_channel_datatype_unsigned_integer)
.value("heif_channel_datatype_signed_integer", heif_channel_datatype_signed_integer)
.value("heif_channel_datatype_floating_point", heif_channel_datatype_floating_point)
.value("heif_channel_datatype_complex_number", heif_channel_datatype_complex_number);

emscripten::class_<heif_context>("heif_context");
emscripten::class_<heif_image_handle>("heif_image_handle");
emscripten::class_<heif_image>("heif_image");
Expand Down

0 comments on commit 78d2b75

Please sign in to comment.