Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dukesook committed Oct 24, 2023
1 parent 59ebd8e commit e6c6af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libheif/heif_properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ 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);


// ========================= Timestamps =========================
// The 'taic' Clock Info Property provides metadata about the source
// clock used to record the TAI timestamps.
// clock that used to record the TAI timestamps.
struct heif_property_clock_info
{
uint32_t version;
Expand Down

0 comments on commit e6c6af1

Please sign in to comment.