Apply tizen coding rule 46/147546/1 accepted/tizen/unified/20170906.060724 submit/tizen/20170905.045152
authorHaejeong Kim <backto.kim@samsung.com>
Tue, 5 Sep 2017 00:58:35 +0000 (09:58 +0900)
committerHaejeong Kim <backto.kim@samsung.com>
Tue, 5 Sep 2017 00:58:35 +0000 (09:58 +0900)
Change-Id: I92bfeab2aa6d7b612fc6f38db258f4ed141291dc

include/metadata_extractor_private.h
packaging/capi-media-metadata-extractor.spec
src/metadata_extractor.c

index f1bde66..b9ea8e7 100755 (executable)
@@ -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) */
index 619b077..5509bfa 100755 (executable)
@@ -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
index 26b4349..2e396ee 100755 (executable)
@@ -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);