Support for Google Camera motion photo metadata (#12)

This commit is contained in:
simfeo
2021-04-10 18:52:26 +03:00
committed by GitHub
parent d75f772ffa
commit 6e56015f56
2 changed files with 27 additions and 0 deletions

View File

@@ -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