Add new format - INVZ for depth data 25/184225/3 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.014751 accepted/tizen/unified/20180802.134819 submit/tizen/20180727.033411 submit/tizen_5.0/20181101.000003
authorJeongmo Yang <jm80.yang@samsung.com>
Mon, 16 Jul 2018 11:09:46 +0000 (20:09 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 26 Jul 2018 09:34:11 +0000 (18:34 +0900)
[Version] 0.2.113
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: I9bb5b9b8827dc5e36fb57719a089e3f4227d4c36
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/mm_types.h
packaging/libmm-common.spec

index 50dd77b..de17a4b 100755 (executable)
@@ -374,9 +374,10 @@ typedef enum {
        MM_PIXEL_FORMAT_RGBA,           /**< RGBA pixel format */
        MM_PIXEL_FORMAT_ARGB,           /**< ARGB pixel format */
        MM_PIXEL_FORMAT_ENCODED,        /**< Encoded pixel format : JPEG */
-       MM_PIXEL_FORMAT_ITLV_JPEG_UYVY, /**< FIXME: JPEG+UYVY Interleaved format */
-       MM_PIXEL_FORMAT_ENCODED_H264,   /**< Encoded pixel format : H.264 */
-       MM_PIXEL_FORMAT_NUM             /**< Number of the pixel format */
+       MM_PIXEL_FORMAT_ITLV_JPEG_UYVY, /**< FIXME: JPEG+UYVY Interleaved format */
+       MM_PIXEL_FORMAT_ENCODED_H264,   /**< Encoded pixel format : H.264 */
+       MM_PIXEL_FORMAT_INVZ,           /**< Depth pixel format : INVZ */
+       MM_PIXEL_FORMAT_NUM             /**< Number of the pixel format */
 } MMPixelFormatType;
 
 /**
index ebf241a..050169a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-common
 Summary:    Multimedia Framework Common Lib
-Version:    0.2.112
+Version:    0.2.113
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0