Skip to content

Commit

Permalink
simplify comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dukesook committed Mar 26, 2024
1 parent b5a15aa commit ae2e2af
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions libheif/heif_properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,31 +132,14 @@ void heif_item_get_property_transform_crop_borders(const struct heif_context* co
int image_width, int image_height,
int* left, int* top, int* right, int* bottom);

/**
* @param context
* @param itemId The item to which the property should be added.
* @param uuid_type Identifies the type of UUID and how to parse the data. Assumed to be 16 bytes long.
* @param data
* @param size the size of the data
* @param out_propertyId
* @return whether the call succeeded, or there was an error
*

*/
LIBHEIF_API
struct heif_error heif_item_add_property_uuid(const struct heif_context* context,
heif_item_id itemId,
uint8_t* uuid_type,
uint8_t* data, size_t size,
heif_property_id* out_propertyId);

/**
* Get the size of the specidied UUID property.
*
* @param itemId The item to which the property should be added.
* @param propertyId
* @param size_out The size of the uuid payload is returned here. Does not include the 16 bytes of the UUID type.
*/

LIBHEIF_API
struct heif_error heif_item_get_property_uuid_size(const struct heif_context* context,
Expand Down

0 comments on commit ae2e2af

Please sign in to comment.