summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/metadata_extractor_private.h1
-rw-r--r--include/metadata_extractor_type.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/include/metadata_extractor_private.h b/include/metadata_extractor_private.h
index 262a498..6186fda 100644
--- a/include/metadata_extractor_private.h
+++ b/include/metadata_extractor_private.h
@@ -91,7 +91,6 @@ typedef struct {
/*TODO: Move attributes to metadata_extractor_type.h after ACR*/
#ifdef SUPPORT_GSPHERICAL_METADATA
-#define METADATA_360_V1_STITCHED 35 /**< Flag indicating if the video is stitched. Spherical Video Metadata RFC v1 (Since 4.0) */
#define METADATA_360_V1_STITCHING_SOFTWARE 36 /**< Software used to stitch the spherical video. Spherical Video Metadata RFC v1 (Since 4.0) */
#define METADATA_360_V1_PROJECTION_TYPE 37 /**< Projection type used in the video frames. Spherical Video Metadata RFC v1 (Since 4.0) */
#define METADATA_360_V1_STEREO_MODE 38 /**< Description of stereoscopic 3D layout. Spherical Video Metadata RFC v1 (Since 4.0) */
diff --git a/include/metadata_extractor_type.h b/include/metadata_extractor_type.h
index 5798163..5566e5f 100644
--- a/include/metadata_extractor_type.h
+++ b/include/metadata_extractor_type.h
@@ -94,7 +94,8 @@ typedef enum {
METADATA_ROTATE, /**< Rotate(Orientation) Information */
METADATA_VIDEO_CODEC, /**< Video Codec (Since 3.0) */
METADATA_AUDIO_CODEC, /**< Audio Codec (Since 3.0) */
- METADATA_360, /**< Flag indicating if the video is a spherical video (Since 3.0) */
+ METADATA_360, /**< Flag indicating if the video is a spherical video (Since 3.0) */
+ METADATA_360_STITCHED, /**< Stitched type. (0:None, 1:Non-stitched, 2:stitched) (Since 9.0) */
} metadata_extractor_attr_e;
/**