Skip to content

Commit

Permalink
remove some unnecessary LIBHEIF_API declarations in .cc files
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Nov 4, 2024
1 parent c99ed16 commit 0ae5ad9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libheif/api/libheif/heif.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3055,7 +3055,7 @@ heif_encoder_parameter_get_valid_integer_range(const struct heif_encoder_paramet
return heif_error_success;
}

LIBHEIF_API

struct heif_error heif_encoder_parameter_get_valid_integer_values(const struct heif_encoder_parameter* param,
int* have_minimum, int* have_maximum,
int* minimum, int* maximum,
Expand Down
2 changes: 1 addition & 1 deletion libheif/api/libheif/heif_items.cc
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ struct heif_error heif_context_add_mime_item(struct heif_context* ctx,
}
}

LIBHEIF_API

struct heif_error heif_context_add_precompressed_mime_item(struct heif_context* ctx,
const char* content_type,
const char* content_encoding,
Expand Down
1 change: 0 additions & 1 deletion libheif/api/libheif/heif_properties.cc
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ struct heif_error heif_item_get_property_user_description(const struct heif_cont
}


LIBHEIF_API
struct heif_error heif_item_add_property_user_description(const struct heif_context* context,
heif_item_id itemId,
const struct heif_property_user_description* description,
Expand Down

0 comments on commit 0ae5ad9

Please sign in to comment.