summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHaejeong Kim <backto.kim@samsung.com>2017-09-05 09:58:35 +0900
committerHaejeong Kim <backto.kim@samsung.com>2017-09-05 09:58:35 +0900
commit1039d493c1df7e7ae2129d0df078c285c9d405d0 (patch)
treeebc7b5899741e210555e96ba60a8fddcafbd4feb /include
parent188f088c8f047893073218e2b4f3284ba82f5650 (diff)
downloadmetadata-extractor-1039d493c1df7e7ae2129d0df078c285c9d405d0.tar.gz
metadata-extractor-1039d493c1df7e7ae2129d0df078c285c9d405d0.tar.bz2
metadata-extractor-1039d493c1df7e7ae2129d0df078c285c9d405d0.zip
Change-Id: I92bfeab2aa6d7b612fc6f38db258f4ed141291dc
Diffstat (limited to 'include')
-rwxr-xr-xinclude/metadata_extractor_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/metadata_extractor_private.h b/include/metadata_extractor_private.h
index f1bde66..b9ea8e7 100755
--- a/include/metadata_extractor_private.h
+++ b/include/metadata_extractor_private.h
@@ -78,7 +78,7 @@ typedef struct {
#define METADATA_360_V1_SOURCE_COUNT 39 /**< Number of cameras used to create the spherical video. Spherical Video Metadata RFC v1 (Since 4.0) */
#define METADATA_360_V1_INIT_VIEW_HEADING 40 /**< The heading angle of the initial view in degrees. Spherical Video Metadata RFC v1 (Since 4.0) */
#define METADATA_360_V1_INIT_VIEW_PITCH 41 /**< The pitch angle of the initial view in degrees. Spherical Video Metadata RFC v1 (Since 4.0) */
-#define METADATA_360_V1_INIT_VIEW_ROLL 42 /**< The roll angle of the initial view in degrees. Spherical Video Metadata RFC v1 (Since 4.0) */
+#define METADATA_360_V1_INIT_VIEW_ROLL 42 /**< The roll angle of the initial view in degrees. Spherical Video Metadata RFC v1 (Since 4.0) */
#define METADATA_360_V1_TIMESTAMP 43 /**< Epoch timestamp of when the first frame in the video was recorded. Spherical Video Metadata RFC v1 (Since 4.0) */
#define METADATA_360_V1_FULL_PANO_WIDTH 44 /**< Width of the encoded video frame in pixels. Spherical Video Metadata RFC v1 (Since 4.0) */
#define METADATA_360_V1_FULL_PANO_HEIGHT 45 /**< Height of the encoded video frame in pixels. Spherical Video Metadata RFC v1 (Since 4.0) */