Support for Google Camera motion photo metadata (#12)
This commit is contained in:
@@ -308,6 +308,11 @@ public:
|
||||
bool hasPosePitchDegrees() const; // Return true if PosePitchDegrees is available
|
||||
bool hasPoseRollDegrees() const; // Return true if PoseRollDegrees is available
|
||||
} GPano;
|
||||
struct TINYEXIF_LIB MicroVideo_t { // Google camera video file in metadata
|
||||
uint32_t HasMicroVideo; // not zero if exists
|
||||
uint32_t MicroVideoVersion; // just regularinfo
|
||||
uint32_t MicroVideoOffset; // offset from end of file
|
||||
} MicroVideo;
|
||||
};
|
||||
|
||||
} // namespace TinyEXIF
|
||||
|
||||
Reference in New Issue
Block a user