Skip to content

Commit

Permalink
Improved Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dukesook committed Oct 27, 2023
1 parent 1d43250 commit 99fe7f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
13 changes: 2 additions & 11 deletions libheif/box.h
Original file line number Diff line number Diff line change
Expand Up @@ -1059,11 +1059,7 @@ class Box_udes : public FullBox
};


/**
* TAI Clock Info
*
* Information about the source clock that generates the timestamps
*/

class Box_taic : public FullBox
{
public:
Expand Down Expand Up @@ -1127,12 +1123,7 @@ class Box_taic : public FullBox
uint8_t m_clock_source;
};

/**
* TAI Timestamp Box
*
* Nano-Precision Timestamp Property
*
*/

class Box_itai : public FullBox
{
public:
Expand Down
3 changes: 2 additions & 1 deletion libheif/heif_properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,12 @@ struct heif_error heif_property_get_clock_info(const struct heif_context* contex
heif_item_id itemId,
struct heif_property_clock_info** out);

// The 'itai' TAI Timestamp Box indicates the time in nanoseconds since January 1, 1958
struct heif_property_timestamp
{
uint32_t version;
uint8_t flags;

uint64_t tai_timestamp;
uint8_t status_bits;
};
Expand Down

0 comments on commit 99fe7f1

Please sign in to comment.