From 1039d493c1df7e7ae2129d0df078c285c9d405d0 Mon Sep 17 00:00:00 2001 From: Haejeong Kim Date: Tue, 5 Sep 2017 09:58:35 +0900 Subject: [PATCH] Apply tizen coding rule Change-Id: I92bfeab2aa6d7b612fc6f38db258f4ed141291dc --- include/metadata_extractor_private.h | 2 +- packaging/capi-media-metadata-extractor.spec | 2 +- src/metadata_extractor.c | 2 +- 3 files changed, 3 insertions(+), 3 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) */ diff --git a/packaging/capi-media-metadata-extractor.spec b/packaging/capi-media-metadata-extractor.spec index 619b077..5509bfa 100755 --- a/packaging/capi-media-metadata-extractor.spec +++ b/packaging/capi-media-metadata-extractor.spec @@ -1,6 +1,6 @@ Name: capi-media-metadata-extractor Summary: A media metadata extractor library in Tizen Native API -Version: 0.1.7 +Version: 0.1.8 Release: 1 Group: Multimedia/API License: Apache-2.0 diff --git a/src/metadata_extractor.c b/src/metadata_extractor.c index 26b4349..2e396ee 100755 --- a/src/metadata_extractor.c +++ b/src/metadata_extractor.c @@ -972,7 +972,7 @@ static int __metadata_extractor_get_unsynclyrics(metadata_extractor_s *metadata, char *_unsynclyrics = NULL; int _tag_len = 0; - ret = mm_file_get_attrs(metadata->tag_h, &err_attr_name, MM_FILE_TAG_UNSYNCLYRICS, &_unsynclyrics, &_tag_len, NULL); + ret = mm_file_get_attrs(metadata->tag_h, &err_attr_name, MM_FILE_TAG_UNSYNCLYRICS, &_unsynclyrics, &_tag_len, NULL); if (ret != FILEINFO_ERROR_NONE) { metadata_extractor_error("METADATA_EXTRACTOR_ERROR_OPERATION_FAILED(0x%08x)", ret); SAFE_FREE(err_attr_name); -- 2.7.4