diff options
-rw-r--r-- | include/heif_itemtable.h | 2 | ||||
-rw-r--r-- | packaging/libheif.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/heif_itemtable.h b/include/heif_itemtable.h index cdb55da..d1d1491 100644 --- a/include/heif_itemtable.h +++ b/include/heif_itemtable.h @@ -43,7 +43,7 @@ int heif_itemtable_get_image_item(heif_itemtable_h handle, unsigned int item_id, int heif_itemtable_get_thumb_item(heif_itemtable_h handle, heif_image_item_h *thumb_item); int heif_itemtable_get_image_resolution(heif_image_item_h image_item, unsigned int *width, unsigned int *height); int heif_itemtable_get_image_orientation(heif_image_item_h image_item, unsigned int *orientation); -int heif_itemtable_get_image_mirror_mode(heif_image_item_h image_item, unsigned int *axis); +int heif_itemtable_get_image_mirror_mode(heif_image_item_h image_item, heif_mirror_mode_e *mirror); int heif_itemtable_get_grid_info(heif_image_item_h image_item, unsigned int *row, unsigned int *column, GSList **img_refs); int heif_itemtable_get_coded_data(heif_itemtable_h handle, heif_image_item_h image_item, heif_buffer_t **coded_data); int heif_itemtable_get_exif(heif_itemtable_h handle, heif_image_item_h image_item, void **exif, size_t *exif_size); diff --git a/packaging/libheif.spec b/packaging/libheif.spec index 4e1786d..f2faf2a 100644 --- a/packaging/libheif.spec +++ b/packaging/libheif.spec @@ -1,6 +1,6 @@ Name: libheif Summary: Multimedia Framework Library for HEIF(ISO/IEC 23008-12) image -Version: 0.0.9 +Version: 0.0.10 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 |